#555254

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

Shades of Liver #555254

Tints of Liver #555254

Color information

#555254 (or 0x555254) is unknown color: approx Liver. HEX triplet: 55, 52 and 54. RGB value is (85,82,84). Sum of RGB (Red+Green+Blue) = 85+82+84=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 85 - color contains mainly: red. Hex color #555254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555254 is #AAADAB. Grayscale: #535353. Windows color (decimal): -11185580 or 5526101. OLE color: 5526101.

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

Color convert

RGB858284-
CMYK00.040.010.67
HSL320º1.8%32.75%-
HSV(B)320º3.53%33.33%-
XYZ8.368.619.61-
YUV83.12128.49129.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.86%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 84 (33.20% from 255) = 33.47%
R=33.86%
G=32.67%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85828400.040.010.673201.832.75
Hex55525404143140221
Octal125122124041103500241
Binary10101011010010101010001001100001110100000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555254; }

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

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

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

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

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

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

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

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