#555052

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

Shades of Liver #555052

Tints of Liver #555052

Color information

#555052 (or 0x555052) is unknown color: approx Liver. HEX triplet: 55, 50 and 52. RGB value is (85,80,82). Sum of RGB (Red+Green+Blue) = 85+80+82=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 80 (31.64% from 255 or 32.39% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 85 - color contains mainly: red. Hex color #555052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555052 is #AAAFAD. Grayscale: #515151. Windows color (decimal): -11186094 or 5394517. OLE color: 5394517.

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

Color convert

RGB858082-
CMYK00.060.040.67
HSL336º3.03%32.35%-
HSV(B)336º5.88%33.33%-
XYZ8.148.289.15-
YUV81.72128.16130.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 80 (31.64% from 255) = 32.39%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=34.41%
G=32.39%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85808200.060.040.673363.0332.35
Hex55505206443150320
Octal125120122064103520340
Binary1010101101000010100100110100100001110101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555052; }

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

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

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

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

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

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

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

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