#554B4F

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

Shades of Liver #554B4F

Tints of Liver #554B4F

Color information

#554B4F (or 0x554B4F) is unknown color: approx Liver. HEX triplet: 55, 4B and 4F. RGB value is (85,75,79). Sum of RGB (Red+Green+Blue) = 85+75+79=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #554B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554B4F is #AAB4B0. Grayscale: #4E4E4E. Windows color (decimal): -11187377 or 5196629. OLE color: 5196629.

HSL color Cylindrical-coordinate representation of color #554B4F: hue angle of 336º 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 #554B4F is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB857579-
CMYK00.120.070.67
HSL336º6.25%31.37%-
HSV(B)336º11.76%33.33%-
XYZ7.677.538.45-
YUV78.45128.31132.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 75 (29.69% from 255) = 31.38%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=35.56%
G=31.38%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85757900.120.070.673366.2531.37
Hex554B4F0C74315061f
Octal1251131170147103520637
Binary10101011001011100111101100111100001110101000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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