Html Css Color HEX #595056 Liver

📋 copy color: '#595056'

red 89 ◦ green 80 ◦ blue 86

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

Shades of Liver #595056

Tints of Liver #595056

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.37%

 BLUE value IS 86 (33.98% from 255) = 33.73%

R = 34.9%
G = 31.37%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#595056 (or 0x595056) is known color: Liver. HEX triplet: 59, 50 and 56. RGB value is (89,80,86). Sum of RGB (Red+Green+Blue) = 89+80+86=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 89 - color contains mainly: red. Hex color #595056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595056 is #A6AFA9. Grayscale: #535353. Windows color (decimal): -10923946 or 5656665. OLE color: 5656665.

HSL color Cylindrical-coordinate representation of color #595056: hue angle of 320º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #595056 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 86 -
CMYK 0 0.10 0.03 0.65
HSL 320º 0.05% 0.33% -
HSV(B) 320º 0.1% 0.35% -
XYZ 8.67 8.53 9.99 -
YUV 83.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 89 80 86 0 0.10 0.03 0.65 320 0.05 0.33
Hex 59 50 56 0 A 3 41 140 5 21
Octal 131 120 126 0 12 3 101 500 5 41
Binary 1011001 1010000 1010110 0 1010 11 1000001 101000000 101 100001

Color Harmonies of #595056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595056

Black with #595056

Text Example


Text Example

White with #595056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595056; }

 p { color: rgb(89,80,86); }

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

background-color css

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

 a { background-color: rgb(89,80,86); }

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

border-color css

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

 span { border-color: rgb(89,80,86); }

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