Html Css Color HEX #595054 Liver

📋 copy color: '#595054'

red 89 ◦ green 80 ◦ blue 84

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

Shades of Liver #595054

Tints of Liver #595054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.2%

R = 35.18%
G = 31.62%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#595054 (or 0x595054) is known color: Liver. HEX triplet: 59, 50 and 54. RGB value is (89,80,84). Sum of RGB (Red+Green+Blue) = 89+80+84=253 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.18% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 89 - color contains mainly: red. Hex color #595054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595054 is #A6AFAB. Grayscale: #535353. Windows color (decimal): -10923948 or 5525593. OLE color: 5525593.

HSL color Cylindrical-coordinate representation of color #595054: hue angle of 333.33º 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 #595054 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 80 84 -
CMYK 0 0.10 0.06 0.65
HSL 333.33º 0.05% 0.33% -
HSV(B) 333.33º 0.1% 0.35% -
XYZ 8.59 8.5 9.58 -
YUV 83.15 128.48 132.17 -
System Red Green Blue C M Y K H S L
Decimal 89 80 84 0 0.10 0.06 0.65 333.33 0.05 0.33
Hex 59 50 54 0 A 6 41 14D 5 21
Octal 131 120 124 0 12 6 101 515 5 41
Binary 1011001 1010000 1010100 0 1010 110 1000001 101001101 101 100001

Color Harmonies of #595054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595054

Black with #595054

Text Example


Text Example

White with #595054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595054; }

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

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

background-color css

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

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

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

border-color css

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

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

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