#575254

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

Shades of Liver #575254

Tints of Liver #575254

Color information

#575254 (or 0x575254) is unknown color: approx Liver. HEX triplet: 57, 52 and 54. RGB value is (87,82,84). Sum of RGB (Red+Green+Blue) = 87+82+84=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 87 - color contains mainly: red. Hex color #575254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575254 is #A8ADAB. Grayscale: #535353. Windows color (decimal): -11054508 or 5526103. OLE color: 5526103.

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

Color convert

RGB878284-
CMYK00.060.030.66
HSL336º2.96%33.14%-
HSV(B)336º5.75%34.12%-
XYZ8.558.79.62-
YUV83.72128.16130.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.39%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 84 (33.20% from 255) = 33.20%
R=34.39%
G=32.41%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87828400.060.030.663362.9633.14
Hex57525406342150321
Octal127122124063102520341
Binary101011110100101010100011011100001010101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575254; }

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

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

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

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

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

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

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

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