Html Css Color HEX #595255 Liver

📋 copy color: '#595255'

red 89 ◦ green 82 ◦ blue 85

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

Shades of Liver #595255

Tints of Liver #595255

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.03%

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

R = 34.77%
G = 32.03%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#595255 (or 0x595255) is known color: Liver. HEX triplet: 59, 52 and 55. RGB value is (89,82,85). Sum of RGB (Red+Green+Blue) = 89+82+85=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 89 - color contains mainly: red. Hex color #595255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595255 is #A6ADAA. Grayscale: #545454. Windows color (decimal): -10923435 or 5591641. OLE color: 5591641.

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

Color convert

RGB 89 82 85 -
CMYK 0 0.08 0.04 0.65
HSL 334.29º 0.04% 0.34% -
HSV(B) 334.29º 0.08% 0.35% -
XYZ 8.78 8.81 9.83 -
YUV 84.44 128.32 131.26 -
System Red Green Blue C M Y K H S L
Decimal 89 82 85 0 0.08 0.04 0.65 334.29 0.04 0.34
Hex 59 52 55 0 8 4 41 14E 4 22
Octal 131 122 125 0 10 4 101 516 4 42
Binary 1011001 1010010 1010101 0 1000 100 1000001 101001110 100 100010

Color Harmonies of #595255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595255

Black with #595255

Text Example


Text Example

White with #595255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595255; }

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

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

background-color css

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

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

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

border-color css

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

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

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