#59499C

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

Shades of Daisy Bush #59499C

Tints of Daisy Bush #59499C

Color information

#59499C (or 0x59499C) is unknown color: approx Daisy Bush. HEX triplet: 59, 49 and 9C. RGB value is (89,73,156). Sum of RGB (Red+Green+Blue) = 89+73+156=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 156 (61.33% from 255 or 49.06% from 318); Max value from RGB is 156 - color contains mainly: blue. Hex color #59499C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59499C is #A6B663. Grayscale: #565656. Windows color (decimal): -10925668 or 10242393. OLE color: 10242393.

HSL color Cylindrical-coordinate representation of color #59499C: hue angle of 251.57º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59499C is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8973156-
CMYK0.430.5300.39
HSL251.57º36.24%44.9%-
HSV(B)251.57º53.21%61.18%-
XYZ12.59.2932.59-
YUV87.25166.8129.25-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 27.99%
GREEN value IS 73 (28.91% from 255) = 22.96%
BLUE value IS 156 (61.33% from 255) = 49.06%
R=27.99%
G=22.96%
B=49.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal89731560.430.5300.39251.5736.2444.9
Hex59499C2B35027fc242d
Octal13111123453650473744455
Binary1011001100100110011100101011110101010011111111100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59499C; }

 p { color: rgb(89,73,156); }

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

<style>
 a { background-color: #59499C; }

 a { background-color: rgb(89,73,156); }

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

<style>
 span { border-color: #59499C; }

 span { border-color: rgb(89,73,156); }

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