#5840A9

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

Shades of Daisy Bush #5840A9

Tints of Daisy Bush #5840A9

Color information

#5840A9 (or 0x5840A9) is unknown color: approx Daisy Bush. HEX triplet: 58, 40 and A9. RGB value is (88,64,169). Sum of RGB (Red+Green+Blue) = 88+64+169=321 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.41% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 169 (66.41% from 255 or 52.65% from 321); Max value from RGB is 169 - color contains mainly: blue. Hex color #5840A9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5840A9 is #A7BF56. Grayscale: #525252. Windows color (decimal): -10993495 or 11092056. OLE color: 11092056.

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

Color convert

RGB8864169-
CMYK0.480.6200.34
HSL253.71º45.06%45.69%-
HSV(B)253.71º62.13%66.27%-
XYZ13.028.6138.51-
YUV83.15176.45131.46-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 27.41%
GREEN value IS 64 (25.39% from 255) = 19.94%
BLUE value IS 169 (66.41% from 255) = 52.65%
R=27.41%
G=19.94%
B=52.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal88641690.480.6200.34253.7145.0645.69
Hex5840A9303E022fe2d2e
Octal13010025160760423765556
Binary1011000100000010101001110000111110010001011111110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5840A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5840A9; }

 p { color: rgb(88,64,169); }

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

<style>
 a { background-color: #5840A9; }

 a { background-color: rgb(88,64,169); }

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

<style>
 span { border-color: #5840A9; }

 span { border-color: rgb(88,64,169); }

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