#563AA9

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

Shades of Daisy Bush #563AA9

Tints of Daisy Bush #563AA9

Color information

#563AA9 (or 0x563AA9) is unknown color: approx Daisy Bush. HEX triplet: 56, 3A and A9. RGB value is (86,58,169). Sum of RGB (Red+Green+Blue) = 86+58+169=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 169 (66.41% from 255 or 53.99% from 313); Max value from RGB is 169 - color contains mainly: blue. Hex color #563AA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #563AA9 is #A9C556. Grayscale: #4E4E4E. Windows color (decimal): -11126103 or 11090518. OLE color: 11090518.

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

Color convert

RGB8658169-
CMYK0.490.6600.34
HSL255.14º48.9%44.51%-
HSV(B)255.14º65.68%66.27%-
XYZ12.517.8738.4-
YUV79.03178.78132.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 58 (23.05% from 255) = 18.53%
BLUE value IS 169 (66.41% from 255) = 53.99%
R=27.48%
G=18.53%
B=53.99%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal86581690.490.6600.34255.1448.944.51
Hex563AA93142022ff312d
Octal12672251611020423776155
Binary1010110111010101010011100011000010010001011111111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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