#563CA9

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

Shades of Daisy Bush #563CA9

Tints of Daisy Bush #563CA9

Color information

#563CA9 (or 0x563CA9) is unknown color: approx Daisy Bush. HEX triplet: 56, 3C and A9. RGB value is (86,60,169). Sum of RGB (Red+Green+Blue) = 86+60+169=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 169 (66.41% from 255 or 53.65% from 315); Max value from RGB is 169 - color contains mainly: blue. Hex color #563CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563CA9 is #A9C356. Grayscale: #4F4F4F. Windows color (decimal): -11125591 or 11091030. OLE color: 11091030.

HSL color Cylindrical-coordinate representation of color #563CA9: hue angle of 254.31º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #563CA9 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB8660169-
CMYK0.490.6400.34
HSL254.31º47.6%44.9%-
HSV(B)254.31º64.5%66.27%-
XYZ12.628.0738.43-
YUV80.2178.11132.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.30%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 169 (66.41% from 255) = 53.65%
R=27.30%
G=19.05%
B=53.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal86601690.490.6400.34254.3147.644.9
Hex563CA93140022fe302d
Octal12674251611000423766055
Binary1010110111100101010011100011000000010001011111110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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