#59429D

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

Shades of Daisy Bush #59429D

Tints of Daisy Bush #59429D

Color information

#59429D (or 0x59429D) is unknown color: approx Daisy Bush. HEX triplet: 59, 42 and 9D. RGB value is (89,66,157). Sum of RGB (Red+Green+Blue) = 89+66+157=312 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.53% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #59429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59429D is #A6BD62. Grayscale: #525252. Windows color (decimal): -10927459 or 10306137. OLE color: 10306137.

HSL color Cylindrical-coordinate representation of color #59429D: hue angle of 255.16º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59429D is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8966157-
CMYK0.430.5800.38
HSL255.16º40.81%43.73%-
HSV(B)255.16º57.96%61.57%-
XYZ12.158.4532.89-
YUV83.25169.62132.1-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.53%
GREEN value IS 66 (26.17% from 255) = 21.15%
BLUE value IS 157 (61.72% from 255) = 50.32%
R=28.53%
G=21.15%
B=50.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89661570.430.5800.38255.1640.8143.73
Hex59429D2B3A026ff292c
Octal13110223553720463775154
Binary1011001100001010011101101011111010010011011111111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59429D; }

 p { color: rgb(89,66,157); }

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

<style>
 a { background-color: #59429D; }

 a { background-color: rgb(89,66,157); }

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

<style>
 span { border-color: #59429D; }

 span { border-color: rgb(89,66,157); }

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