#59449E

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

Shades of Daisy Bush #59449E

Tints of Daisy Bush #59449E

Color information

#59449E (or 0x59449E) is unknown color: approx Daisy Bush. HEX triplet: 59, 44 and 9E. RGB value is (89,68,158). Sum of RGB (Red+Green+Blue) = 89+68+158=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #59449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59449E is #A6BB61. Grayscale: #545454. Windows color (decimal): -10926946 or 10372185. OLE color: 10372185.

HSL color Cylindrical-coordinate representation of color #59449E: hue angle of 254º 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 #59449E is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8968158-
CMYK0.440.5700.38
HSL254º39.82%44.31%-
HSV(B)254º56.96%61.96%-
XYZ12.368.7333.38-
YUV84.54169.46131.18-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.25%
GREEN value IS 68 (26.95% from 255) = 21.59%
BLUE value IS 158 (62.11% from 255) = 50.16%
R=28.25%
G=21.59%
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
Decimal89681580.440.5700.3825439.8244.31
Hex59449E2C39026fe282c
Octal13110423654710463765054
Binary1011001100010010011110101100111001010011011111110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,68,158); }

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

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

 a { background-color: rgb(89,68,158); }

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

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

 span { border-color: rgb(89,68,158); }

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