#544E51

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

Shades of Liver #544E51

Tints of Liver #544E51

Color information

#544E51 (or 0x544E51) is unknown color: approx Liver. HEX triplet: 54, 4E and 51. RGB value is (84,78,81). Sum of RGB (Red+Green+Blue) = 84+78+81=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 78 (30.86% from 255 or 32.10% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 84 - color contains mainly: red. Hex color #544E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #544E51 is #ABB1AE. Grayscale: #505050. Windows color (decimal): -11252143 or 5328468. OLE color: 5328468.

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

Color convert

RGB847881-
CMYK00.070.040.67
HSL330º3.7%31.76%-
HSV(B)330º7.14%32.94%-
XYZ7.877.938.9-
YUV80.14128.49130.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.57%
GREEN value IS 78 (30.86% from 255) = 32.10%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=34.57%
G=32.10%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84788100.070.040.673303.731.76
Hex544E510744314a420
Octal124116121074103512440
Binary10101001001110101000101111001000011101001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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