Html Css Color HEX #594952 Liver

📋 copy color: '#594952'

red 89 ◦ green 73 ◦ blue 82

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

Shades of Liver #594952

Tints of Liver #594952

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.92%

 BLUE value IS 82 (32.42% from 255) = 33.61%

R = 36.48%
G = 29.92%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#594952 (or 0x594952) is known color: Liver. HEX triplet: 59, 49 and 52. RGB value is (89,73,82). Sum of RGB (Red+Green+Blue) = 89+73+82=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 89 - color contains mainly: red. Hex color #594952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594952 is #A6B6AD. Grayscale: #4E4E4E. Windows color (decimal): -10925742 or 5392729. OLE color: 5392729.

HSL color Cylindrical-coordinate representation of color #594952: hue angle of 326.25º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #594952 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 73 82 -
CMYK 0 0.18 0.08 0.65
HSL 326.25º 0.1% 0.32% -
HSV(B) 326.25º 0.18% 0.35% -
XYZ 8.03 7.5 9.01 -
YUV 78.81 129.8 135.27 -
System Red Green Blue C M Y K H S L
Decimal 89 73 82 0 0.18 0.08 0.65 326.25 0.1 0.32
Hex 59 49 52 0 12 8 41 146 A 20
Octal 131 111 122 0 22 10 101 506 12 40
Binary 1011001 1001001 1010010 0 10010 1000 1000001 101000110 1010 100000

Color Harmonies of #594952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594952

Black with #594952

Text Example


Text Example

White with #594952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594952; }

 p { color: rgb(89,73,82); }

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

background-color css

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

 a { background-color: rgb(89,73,82); }

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

border-color css

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

 span { border-color: rgb(89,73,82); }

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