#59499A

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

Shades of Daisy Bush #59499A

Tints of Daisy Bush #59499A

Color information

#59499A (or 0x59499A) is unknown color: approx Daisy Bush. HEX triplet: 59, 49 and 9A. RGB value is (89,73,154). Sum of RGB (Red+Green+Blue) = 89+73+154=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #59499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #59499A is #A6B665. Grayscale: #565656. Windows color (decimal): -10925670 or 10111321. OLE color: 10111321.

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

Color convert

RGB8973154-
CMYK0.420.5300.40
HSL251.85º35.68%44.51%-
HSV(B)251.85º52.6%60.39%-
XYZ12.349.2231.7-
YUV87.02165.8129.41-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.16%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 154 (60.55% from 255) = 48.73%
R=28.16%
G=23.10%
B=48.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal89731540.420.5300.40251.8535.6844.51
Hex59499A2A35028fc242d
Octal13111123252650503744455
Binary1011001100100110011010101010110101010100011111100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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