#554C51

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

Shades of Liver #554C51

Tints of Liver #554C51

Color information

#554C51 (or 0x554C51) is unknown color: approx Liver. HEX triplet: 55, 4C and 51. RGB value is (85,76,81). Sum of RGB (Red+Green+Blue) = 85+76+81=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 85 - color contains mainly: red. Hex color #554C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C51 is #AAB3AE. Grayscale: #4F4F4F. Windows color (decimal): -11187119 or 5327957. OLE color: 5327957.

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

Color convert

RGB857681-
CMYK00.110.050.67
HSL326.67º5.59%31.57%-
HSV(B)326.67º10.59%33.33%-
XYZ7.827.698.86-
YUV79.26128.98132.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 76 (30.08% from 255) = 31.40%
BLUE value IS 81 (32.03% from 255) = 33.47%
R=35.12%
G=31.40%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85768100.110.050.67326.675.5931.57
Hex554C510B543147620
Octal1251141210135103507640
Binary101010110011001010001010111011000011101000111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554C51; }

 p { color: rgb(85,76,81); }

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

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

 a { background-color: rgb(85,76,81); }

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

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

 span { border-color: rgb(85,76,81); }

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