#594072

Color #594072 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #594072

Tints of Honey Flower #594072

Color information

#594072 (or 0x594072) is unknown color: approx Honey Flower. HEX triplet: 59, 40 and 72. RGB value is (89,64,114). Sum of RGB (Red+Green+Blue) = 89+64+114=267 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.33% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #594072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594072 is #A6BF8D. Grayscale: #4D4D4D. Windows color (decimal): -10928014 or 7487577. OLE color: 7487577.

HSL color Cylindrical-coordinate representation of color #594072: hue angle of 270º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #594072 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8964114-
CMYK0.220.4400.55
HSL270º28.09%34.9%-
HSV(B)270º43.86%44.71%-
XYZ8.997.0116.8-
YUV77.18148.78136.43-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.33%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=33.33%
G=23.97%
B=42.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89641140.220.4400.5527028.0934.9
Hex594072162C03710e1c23
Octal13110016226540674163443
Binary10110011000000111001010110101100011011110000111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594072; }

 p { color: rgb(89,64,114); }

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

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

 a { background-color: rgb(89,64,114); }

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

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

 span { border-color: rgb(89,64,114); }

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