#59408B

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

Shades of Daisy Bush #59408B

Tints of Daisy Bush #59408B

Color information

#59408B (or 0x59408B) is unknown color: approx Daisy Bush. HEX triplet: 59, 40 and 8B. RGB value is (89,64,139). Sum of RGB (Red+Green+Blue) = 89+64+139=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #59408B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59408B is #A6BF74. Grayscale: #4F4F4F. Windows color (decimal): -10927989 or 9125977. OLE color: 9125977.

HSL color Cylindrical-coordinate representation of color #59408B: hue angle of 260º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59408B is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8964139-
CMYK0.360.5400.45
HSL260º36.95%39.8%-
HSV(B)260º53.96%54.51%-
XYZ10.617.6525.34-
YUV80.03161.28134.4-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.48%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=30.48%
G=21.92%
B=47.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89641390.360.5400.4526036.9539.8
Hex59408B243602D1042528
Octal13110021344660554044550
Binary10110011000000100010111001001101100101101100000100100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59408B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59408B; }

 p { color: rgb(89,64,139); }

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

<style>
 a { background-color: #59408B; }

 a { background-color: rgb(89,64,139); }

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

<style>
 span { border-color: #59408B; }

 span { border-color: rgb(89,64,139); }

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