#54474F

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

Shades of Liver #54474F

Tints of Liver #54474F

Color information

#54474F (or 0x54474F) is unknown color: approx Liver. HEX triplet: 54, 47 and 4F. RGB value is (84,71,79). Sum of RGB (Red+Green+Blue) = 84+71+79=234 (30% of max value = 765). Red value is 84 (33.20% from 255 or 35.90% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 84 - color contains mainly: red. Hex color #54474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54474F is #ABB8B0. Grayscale: #4B4B4B. Windows color (decimal): -11253937 or 5195604. OLE color: 5195604.

HSL color Cylindrical-coordinate representation of color #54474F: hue angle of 323.08º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #54474F is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB847179-
CMYK00.150.060.67
HSL323.08º8.39%30.39%-
HSV(B)323.08º15.48%32.94%-
XYZ7.326.968.35-
YUV75.8129.81133.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.90%
GREEN value IS 71 (28.12% from 255) = 30.34%
BLUE value IS 79 (31.25% from 255) = 33.76%
R=35.90%
G=30.34%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84717900.150.060.67323.088.3930.39
Hex54474F0F64314381e
Octal12410711701761035031036
Binary101010010001111001111011111101000011101000011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54474F; }

 p { color: rgb(84,71,79); }

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

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

 a { background-color: rgb(84,71,79); }

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

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

 span { border-color: rgb(84,71,79); }

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