Html Css Color HEX #594072 Honey Flower

📋 copy color: '#594072'

red 89 ◦ green 64 ◦ blue 114

#594072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #594072

Tints of Honey Flower #594072

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.7%

R = 33.33%
G = 23.97%
B = 42.7%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#594072 (or 0x594072) is known color: 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

RGB 89 64 114 -
CMYK 0.22 0.44 0 0.55
HSL 270º 0.28% 0.35% -
HSV(B) 270º 0.44% 0.45% -
XYZ 8.99 7.01 16.8 -
YUV 77.18 148.78 136.43 -
System Red Green Blue C M Y K H S L
Decimal 89 64 114 0.22 0.44 0 0.55 270 0.28 0.35
Hex 59 40 72 16 2C 0 37 10E 1C 23
Octal 131 100 162 26 54 0 67 416 34 43
Binary 1011001 1000000 1110010 10110 101100 0 110111 100001110 11100 100011

Color Harmonies of #594072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594072

Black with #594072

Text Example


Text Example

White with #594072

Text Example


Text Example

HTML Codes & Css Web 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>