#59418E

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

Shades of Daisy Bush #59418E

Tints of Daisy Bush #59418E

Color information

#59418E (or 0x59418E) is unknown color: approx Daisy Bush. HEX triplet: 59, 41 and 8E. RGB value is (89,65,142). Sum of RGB (Red+Green+Blue) = 89+65+142=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #59418E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59418E is #A6BE71. Grayscale: #505050. Windows color (decimal): -10927730 or 9322841. OLE color: 9322841.

HSL color Cylindrical-coordinate representation of color #59418E: hue angle of 258.7º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59418E is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8965142-
CMYK0.370.5400.44
HSL258.7º37.2%40.59%-
HSV(B)258.7º54.23%55.69%-
XYZ10.897.8626.53-
YUV80.95162.45133.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.07%
GREEN value IS 65 (25.78% from 255) = 21.96%
BLUE value IS 142 (55.86% from 255) = 47.97%
R=30.07%
G=21.96%
B=47.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal89651420.370.5400.44258.737.240.59
Hex59418E253602C1032529
Octal13110121645660544034551
Binary10110011000001100011101001011101100101100100000011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59418E; }

 p { color: rgb(89,65,142); }

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

<style>
 a { background-color: #59418E; }

 a { background-color: rgb(89,65,142); }

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

<style>
 span { border-color: #59418E; }

 span { border-color: rgb(89,65,142); }

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