Html Css Color HEX #594472 Honey Flower

📋 copy color: '#594472'

red 89 ◦ green 68 ◦ blue 114

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

Shades of Honey Flower #594472

Tints of Honey Flower #594472

RGB

 RED value IS 89 (35.16% from 255) = 32.84%

 GREEN value IS 68 (26.95% from 255) = 25.09%

 BLUE value IS 114 (44.92% from 255) = 42.07%

R = 32.84%
G = 25.09%
B = 42.07%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#594472 (or 0x594472) is known color: Honey Flower. HEX triplet: 59, 44 and 72. RGB value is (89,68,114). Sum of RGB (Red+Green+Blue) = 89+68+114=271 (35% of max value = 765). Red value is 89 (35.16% from 255 or 32.84% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #594472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594472 is #A6BB8D. Grayscale: #4F4F4F. Windows color (decimal): -10926990 or 7488601. OLE color: 7488601.

HSL color Cylindrical-coordinate representation of color #594472: hue angle of 267.39º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #594472 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 89 68 114 -
CMYK 0.22 0.40 0 0.55
HSL 267.39º 0.25% 0.36% -
HSV(B) 267.39º 0.4% 0.45% -
XYZ 9.22 7.47 16.88 -
YUV 79.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 89 68 114 0.22 0.40 0 0.55 267.39 0.25 0.36
Hex 59 44 72 16 28 0 37 10B 19 24
Octal 131 104 162 26 50 0 67 413 31 44
Binary 1011001 1000100 1110010 10110 101000 0 110111 100001011 11001 100100

Color Harmonies of #594472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594472

Black with #594472

Text Example


Text Example

White with #594472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594472; }

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

 H1.HeaderClassName
 {
   color: #594472;
 }
 .AnyTagClassName
 {
   color: #594472;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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