#59459f

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

Shades of Daisy Bush #59459F

Tints of Daisy Bush #59459F

Color information

#59459F (or 0x59459F) is unknown color: approx Daisy Bush. HEX triplet: 59, 45 and 9F. RGB value is (89,69,159). Sum of RGB (Red+Green+Blue) = 89+69+159=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #59459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59459F is #A6BA60. Grayscale: #545454. Windows color (decimal): -10926689 or 10437977. OLE color: 10437977.

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

Color convert

RGB8969159-
CMYK0.440.5700.38
HSL253.33º39.47%44.71%-
HSV(B)253.33º56.6%62.35%-
XYZ12.518.8833.86-
YUV85.24169.63130.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.08%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 159 (62.5% from 255) = 50.16%
R=28.08%
G=21.77%
B=50.16%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal89691590.440.5700.38253.3339.4744.71
Hex59459F2C39026fd272d
Octal13110523754710463754755
Binary1011001100010110011111101100111001010011011111101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59459f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59459f; }

 p { color: rgb(89,69,159); }

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

<style>
 a { background-color: #59459f; }

 a { background-color: rgb(89,69,159); }

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

<style>
 span { border-color: #59459f; }

 span { border-color: rgb(89,69,159); }

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