#575255

Color #575255 Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #575255

Tints of Liver #575255

Color information

#575255 (or 0x575255) is unknown color: approx Liver. HEX triplet: 57, 52 and 55. RGB value is (87,82,85). Sum of RGB (Red+Green+Blue) = 87+82+85=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 87 - color contains mainly: red. Hex color #575255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575255 is #A8ADAA. Grayscale: #535353. Windows color (decimal): -11054507 or 5591639. OLE color: 5591639.

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

Color convert

RGB878285-
CMYK00.060.020.66
HSL324º2.96%33.14%-
HSV(B)324º5.75%34.12%-
XYZ8.598.729.82-
YUV83.84128.66130.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.25%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=34.25%
G=32.28%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87828500.060.020.663242.9633.14
Hex57525506242144321
Octal127122125062102504341
Binary101011110100101010101011010100001010100010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575255; }

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

 H1.HeaderClassName
 {
   color: #575255;
 }
 .AnyTagClassName
 {
   color: #575255;
 }
</style>
background-color css

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

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

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

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

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

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