Html Css Color HEX #595055 Liver

📋 copy color: '#595055'

red 89 ◦ green 80 ◦ blue 85

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

Shades of Liver #595055

Tints of Liver #595055

RGB

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

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

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

R = 35.04%
G = 31.5%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.65

RGB Variations

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

Color information

#595055 (or 0x595055) is known color: Liver. HEX triplet: 59, 50 and 55. RGB value is (89,80,85). Sum of RGB (Red+Green+Blue) = 89+80+85=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 89 - color contains mainly: red. Hex color #595055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595055 is #A6AFAA. Grayscale: #535353. Windows color (decimal): -10923947 or 5591129. OLE color: 5591129.

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

Color convert

RGB 89 80 85 -
CMYK 0 0.10 0.04 0.65
HSL 326.67º 0.05% 0.33% -
HSV(B) 326.67º 0.1% 0.35% -
XYZ 8.63 8.52 9.78 -
YUV 83.26 128.98 132.09 -
System Red Green Blue C M Y K H S L
Decimal 89 80 85 0 0.10 0.04 0.65 326.67 0.05 0.33
Hex 59 50 55 0 A 4 41 147 5 21
Octal 131 120 125 0 12 4 101 507 5 41
Binary 1011001 1010000 1010101 0 1010 100 1000001 101000111 101 100001

Color Harmonies of #595055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595055

Black with #595055

Text Example


Text Example

White with #595055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595055; }

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

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

background-color css

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

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

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

border-color css

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

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

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