Html Css Color HEX #595558 Liver

📋 copy color: '#595558'

red 89 ◦ green 85 ◦ blue 88

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

Shades of Liver #595558

Tints of Liver #595558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.44%

 BLUE value IS 88 (34.77% from 255) = 33.59%

R = 33.97%
G = 32.44%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#595558 (or 0x595558) is known color: Liver. HEX triplet: 59, 55 and 58. RGB value is (89,85,88). Sum of RGB (Red+Green+Blue) = 89+85+88=262 (34% of max value = 765). Red value is 89 (35.16% from 255 or 33.97% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 88 (34.77% from 255 or 33.59% from 262); Max value from RGB is 89 - color contains mainly: red. Hex color #595558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595558 is #A6AAA7. Grayscale: #565656. Windows color (decimal): -10922664 or 5789017. OLE color: 5789017.

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

Color convert

RGB 89 85 88 -
CMYK 0 0.04 0.01 0.65
HSL 315º 0.02% 0.34% -
HSV(B) 315º 0.04% 0.35% -
XYZ 9.13 9.33 10.55 -
YUV 86.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 89 85 88 0 0.04 0.01 0.65 315 0.02 0.34
Hex 59 55 58 0 4 1 41 13B 2 22
Octal 131 125 130 0 4 1 101 473 2 42
Binary 1011001 1010101 1011000 0 100 1 1000001 100111011 10 100010

Color Harmonies of #595558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595558

Black with #595558

Text Example


Text Example

White with #595558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595558; }

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

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

background-color css

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

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

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

border-color css

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

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

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