#59439d

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

Shades of Daisy Bush #59439D

Tints of Daisy Bush #59439D

Color information

#59439D (or 0x59439D) is unknown color: approx Daisy Bush. HEX triplet: 59, 43 and 9D. RGB value is (89,67,157). Sum of RGB (Red+Green+Blue) = 89+67+157=313 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.43% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #59439D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59439D is #A6BC62. Grayscale: #535353. Windows color (decimal): -10927203 or 10306393. OLE color: 10306393.

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

Color convert

RGB8967157-
CMYK0.430.5700.38
HSL254.67º40.18%43.92%-
HSV(B)254.67º57.32%61.57%-
XYZ12.218.5732.91-
YUV83.84169.29131.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.43%
GREEN value IS 67 (26.56% from 255) = 21.41%
BLUE value IS 157 (61.72% from 255) = 50.16%
R=28.43%
G=21.41%
B=50.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89671570.430.5700.38254.6740.1843.92
Hex59439D2B39026ff282c
Octal13110323553710463775054
Binary1011001100001110011101101011111001010011011111111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59439d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59439d; }

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

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

<style>
 a { background-color: #59439d; }

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

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

<style>
 span { border-color: #59439d; }

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

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