Html Css Color HEX #594250 Liver

📋 copy color: '#594250'

red 89 ◦ green 66 ◦ blue 80

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

Shades of Liver #594250

Tints of Liver #594250

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

 BLUE value IS 80 (31.64% from 255) = 34.04%

R = 37.87%
G = 28.09%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#594250 (or 0x594250) is known color: Liver. HEX triplet: 59, 42 and 50. RGB value is (89,66,80). Sum of RGB (Red+Green+Blue) = 89+66+80=235 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.87% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 89 - color contains mainly: red. Hex color #594250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594250 is #A6BDAF. Grayscale: #4A4A4A. Windows color (decimal): -10927536 or 5259865. OLE color: 5259865.

HSL color Cylindrical-coordinate representation of color #594250: hue angle of 323.48º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #594250 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 66 80 -
CMYK 0 0.26 0.10 0.65
HSL 323.48º 0.15% 0.3% -
HSV(B) 323.48º 0.26% 0.35% -
XYZ 7.52 6.6 8.47 -
YUV 74.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 89 66 80 0 0.26 0.10 0.65 323.48 0.15 0.3
Hex 59 42 50 0 1A A 41 143 F 1E
Octal 131 102 120 0 32 12 101 503 17 36
Binary 1011001 1000010 1010000 0 11010 1010 1000001 101000011 1111 11110

Color Harmonies of #594250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594250

Black with #594250

Text Example


Text Example

White with #594250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594250; }

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

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

background-color css

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

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

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

border-color css

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

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

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