Html Css Color HEX #575055 Liver

📋 copy color: '#575055'

red 87 ◦ green 80 ◦ blue 85

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

Shades of Liver #575055

Tints of Liver #575055

RGB

 RED value IS 87 (34.38% from 255) = 34.52%

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

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

R = 34.52%
G = 31.75%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#575055 (or 0x575055) is known color: Liver. HEX triplet: 57, 50 and 55. RGB value is (87,80,85). Sum of RGB (Red+Green+Blue) = 87+80+85=252 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.52% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 87 - color contains mainly: red. Hex color #575055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575055 is #A8AFAA. Grayscale: #525252. Windows color (decimal): -11055019 or 5591127. OLE color: 5591127.

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

Color convert

RGB 87 80 85 -
CMYK 0 0.08 0.02 0.66
HSL 317.14º 0.04% 0.33% -
HSV(B) 317.14º 0.08% 0.34% -
XYZ 8.44 8.42 9.77 -
YUV 82.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 87 80 85 0 0.08 0.02 0.66 317.14 0.04 0.33
Hex 57 50 55 0 8 2 42 13D 4 21
Octal 127 120 125 0 10 2 102 475 4 41
Binary 1010111 1010000 1010101 0 1000 10 1000010 100111101 100 100001

Color Harmonies of #575055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575055

Black with #575055

Text Example


Text Example

White with #575055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575055; }

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

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

background-color css

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

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

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

border-color css

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

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

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