#554A51

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

Shades of Liver #554A51

Tints of Liver #554A51

Color information

#554A51 (or 0x554A51) is unknown color: approx Liver. HEX triplet: 55, 4A and 51. RGB value is (85,74,81). Sum of RGB (Red+Green+Blue) = 85+74+81=240 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.42% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 85 - color contains mainly: red. Hex color #554A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A51 is #AAB5AE. Grayscale: #4E4E4E. Windows color (decimal): -11187631 or 5327445. OLE color: 5327445.

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

Color convert

RGB857481-
CMYK00.130.050.67
HSL321.82º6.92%31.18%-
HSV(B)321.82º12.94%33.33%-
XYZ7.687.428.81-
YUV78.09129.64132.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.42%
GREEN value IS 74 (29.30% from 255) = 30.83%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=35.42%
G=30.83%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85748100.130.050.67321.826.9231.18
Hex554A510D54314271f
Octal1251121210155103502737
Binary10101011001010101000101101101100001110100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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