#594999

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

Shades of Daisy Bush #594999

Tints of Daisy Bush #594999

Color information

#594999 (or 0x594999) is unknown color: approx Daisy Bush. HEX triplet: 59, 49 and 99. RGB value is (89,73,153). Sum of RGB (Red+Green+Blue) = 89+73+153=315 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.25% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #594999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594999 is #A6B666. Grayscale: #565656. Windows color (decimal): -10925671 or 10045785. OLE color: 10045785.

HSL color Cylindrical-coordinate representation of color #594999: hue angle of 252º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #594999 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8973153-
CMYK0.420.5200.4
HSL252º35.4%44.31%-
HSV(B)252º52.29%60%-
XYZ12.259.1931.26-
YUV86.9165.3129.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.25%
GREEN value IS 73 (28.91% from 255) = 23.17%
BLUE value IS 153 (60.16% from 255) = 48.57%
R=28.25%
G=23.17%
B=48.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal89731530.420.5200.425235.444.31
Hex5949992A34028fc232c
Octal13111123152640503744354
Binary1011001100100110011001101010110100010100011111100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594999; }

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

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

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

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

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

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

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

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