#594289

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

Shades of Daisy Bush #594289

Tints of Daisy Bush #594289

Color information

#594289 (or 0x594289) is unknown color: approx Daisy Bush. HEX triplet: 59, 42 and 89. RGB value is (89,66,137). Sum of RGB (Red+Green+Blue) = 89+66+137=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #594289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #594289 is #A6BD76. Grayscale: #505050. Windows color (decimal): -10927479 or 8995417. OLE color: 8995417.

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

Color convert

RGB8966137-
CMYK0.350.5200.46
HSL259.44º34.98%39.8%-
HSV(B)259.44º51.82%53.73%-
XYZ10.587.8324.62-
YUV80.97159.62133.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.48%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 137 (53.91% from 255) = 46.92%
R=30.48%
G=22.60%
B=46.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal89661370.350.5200.46259.4434.9839.8
Hex594289233402E1032328
Octal13110221143640564034350
Binary10110011000010100010011000111101000101110100000011100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594289; }

 p { color: rgb(89,66,137); }

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

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

 a { background-color: rgb(89,66,137); }

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

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

 span { border-color: rgb(89,66,137); }

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