#554B51

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

Shades of Liver #554B51

Tints of Liver #554B51

Color information

#554B51 (or 0x554B51) is unknown color: approx Liver. HEX triplet: 55, 4B and 51. RGB value is (85,75,81). Sum of RGB (Red+Green+Blue) = 85+75+81=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 85 - color contains mainly: red. Hex color #554B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554B51 is #AAB4AE. Grayscale: #4E4E4E. Windows color (decimal): -11187375 or 5327701. OLE color: 5327701.

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

Color convert

RGB857581-
CMYK00.120.050.67
HSL324º6.25%31.37%-
HSV(B)324º11.76%33.33%-
XYZ7.757.568.83-
YUV78.67129.31132.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.27%
GREEN value IS 75 (29.69% from 255) = 31.12%
BLUE value IS 81 (32.03% from 255) = 33.61%
R=35.27%
G=31.12%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85758100.120.050.673246.2531.37
Hex554B510C54314461f
Octal1251131210145103504637
Binary10101011001011101000101100101100001110100010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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