Html Css Color HEX #594D53 Liver

📋 copy color: '#594D53'

red 89 ◦ green 77 ◦ blue 83

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

Shades of Liver #594D53

Tints of Liver #594D53

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.92%

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 35.74%
G = 30.92%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#594D53 (or 0x594D53) is known color: Liver. HEX triplet: 59, 4D and 53. RGB value is (89,77,83). Sum of RGB (Red+Green+Blue) = 89+77+83=249 (32% of max value = 765). Red value is 89 (35.16% from 255 or 35.74% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 89 - color contains mainly: red. Hex color #594D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D53 is #A6B2AC. Grayscale: #515151. Windows color (decimal): -10924717 or 5459289. OLE color: 5459289.

HSL color Cylindrical-coordinate representation of color #594D53: hue angle of 330º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #594D53 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 77 83 -
CMYK 0 0.13 0.07 0.65
HSL 330º 0.07% 0.33% -
HSV(B) 330º 0.13% 0.35% -
XYZ 8.34 8.06 9.3 -
YUV 81.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 89 77 83 0 0.13 0.07 0.65 330 0.07 0.33
Hex 59 4D 53 0 D 7 41 14A 7 21
Octal 131 115 123 0 15 7 101 512 7 41
Binary 1011001 1001101 1010011 0 1101 111 1000001 101001010 111 100001

Color Harmonies of #594D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D53

Black with #594D53

Text Example


Text Example

White with #594D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594D53; }

 p { color: rgb(89,77,83); }

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

background-color css

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

 a { background-color: rgb(89,77,83); }

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

border-color css

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

 span { border-color: rgb(89,77,83); }

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