Html Css Color HEX #594D55 Liver

📋 copy color: '#594D55'

red 89 ◦ green 77 ◦ blue 85

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

Shades of Liver #594D55

Tints of Liver #594D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 33.86%

R = 35.46%
G = 30.68%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#594D55 (or 0x594D55) is known color: Liver. HEX triplet: 59, 4D and 55. RGB value is (89,77,85). Sum of RGB (Red+Green+Blue) = 89+77+85=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 89 - color contains mainly: red. Hex color #594D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #594D55 is #A6B2AA. Grayscale: #515151. Windows color (decimal): -10924715 or 5590361. OLE color: 5590361.

HSL color Cylindrical-coordinate representation of color #594D55: hue angle of 320º 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 #594D55 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 77 85 -
CMYK 0 0.13 0.04 0.65
HSL 320º 0.07% 0.33% -
HSV(B) 320º 0.13% 0.35% -
XYZ 8.41 8.09 9.71 -
YUV 81.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 89 77 85 0 0.13 0.04 0.65 320 0.07 0.33
Hex 59 4D 55 0 D 4 41 140 7 21
Octal 131 115 125 0 15 4 101 500 7 41
Binary 1011001 1001101 1010101 0 1101 100 1000001 101000000 111 100001

Color Harmonies of #594D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594D55

Black with #594D55

Text Example


Text Example

White with #594D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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