#544E52

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

Shades of Liver #544E52

Tints of Liver #544E52

Color information

#544E52 (or 0x544E52) is unknown color: approx Liver. HEX triplet: 54, 4E and 52. RGB value is (84,78,82). Sum of RGB (Red+Green+Blue) = 84+78+82=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 84 - color contains mainly: red. Hex color #544E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E52 is #ABB1AD. Grayscale: #505050. Windows color (decimal): -11252142 or 5394004. OLE color: 5394004.

HSL color Cylindrical-coordinate representation of color #544E52: hue angle of 320º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #544E52 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB847882-
CMYK00.070.020.67
HSL320º3.7%31.76%-
HSV(B)320º7.14%32.94%-
XYZ7.97.949.1-
YUV80.25128.99130.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.43%
GREEN value IS 78 (30.86% from 255) = 31.97%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=34.43%
G=31.97%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84788200.070.020.673203.731.76
Hex544E5207243140420
Octal124116122072103500440
Binary1010100100111010100100111101000011101000000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544E52; }

 p { color: rgb(84,78,82); }

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

<style>
 a { background-color: #544E52; }

 a { background-color: rgb(84,78,82); }

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

<style>
 span { border-color: #544E52; }

 span { border-color: rgb(84,78,82); }

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