#54454C

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

Shades of Liver #54454C

Tints of Liver #54454C

Color information

#54454C (or 0x54454C) is unknown color: approx Liver. HEX triplet: 54, 45 and 4C. RGB value is (84,69,76). Sum of RGB (Red+Green+Blue) = 84+69+76=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 84 - color contains mainly: red. Hex color #54454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54454C is #ABBAB3. Grayscale: #4A4A4A. Windows color (decimal): -11254452 or 4998484. OLE color: 4998484.

HSL color Cylindrical-coordinate representation of color #54454C: hue angle of 332º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #54454C is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB846976-
CMYK00.180.100.67
HSL332º9.8%30%-
HSV(B)332º17.86%32.94%-
XYZ7.096.667.75-
YUV74.28128.97134.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.68%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=36.68%
G=30.13%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84697600.180.100.673329.830
Hex54454C012A4314ca1e
Octal124105114022121035141236
Binary10101001000101100110001001010101000011101001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54454C; }

 p { color: rgb(84,69,76); }

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

<style>
 a { background-color: #54454C; }

 a { background-color: rgb(84,69,76); }

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

<style>
 span { border-color: #54454C; }

 span { border-color: rgb(84,69,76); }

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