#563CAC

Color #563CAC Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #563CAC

Tints of Daisy Bush #563CAC

Color information

#563CAC (or 0x563CAC) is unknown color: approx Daisy Bush. HEX triplet: 56, 3C and AC. RGB value is (86,60,172). Sum of RGB (Red+Green+Blue) = 86+60+172=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #563CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563CAC is #A9C353. Grayscale: #505050. Windows color (decimal): -11125588 or 11287638. OLE color: 11287638.

HSL color Cylindrical-coordinate representation of color #563CAC: hue angle of 253.93º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #563CAC is Cyan = 0.5, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8660172-
CMYK0.50.6500.33
HSL253.93º48.28%45.49%-
HSV(B)253.93º65.12%67.45%-
XYZ12.98.1939.93-
YUV80.54179.61131.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 60 (23.83% from 255) = 18.87%
BLUE value IS 172 (67.58% from 255) = 54.09%
R=27.04%
G=18.87%
B=54.09%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal86601720.50.6500.33253.9348.2845.49
Hex563CAC3241021fe302d
Octal12674254621010413766055
Binary1010110111100101011001100101000001010000111111110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563CAC; }

 p { color: rgb(86,60,172); }

 H1.HeaderClassName
 {
   color: #563CAC;
 }
 .AnyTagClassName
 {
   color: #563CAC;
 }
</style>
background-color css

<style>
 a { background-color: #563CAC; }

 a { background-color: rgb(86,60,172); }

 div.DivClassName
 {
   background-color: #563CAC;
 }
 .BgClassName
 {
   background-color: #563CAC;
 }
</style>
border-color css

<style>
 span { border-color: #563CAC; }

 span { border-color: rgb(86,60,172); }

 td.TdClassName
 {
   border-color: #563CAC;
 }
 .TagClassName
 {
   border-color: #563CAC;
 }
</style>