#544B51

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

Shades of Liver #544B51

Tints of Liver #544B51

Color information

#544B51 (or 0x544B51) is unknown color: approx Liver. HEX triplet: 54, 4B and 51. RGB value is (84,75,81). Sum of RGB (Red+Green+Blue) = 84+75+81=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 84 - color contains mainly: red. Hex color #544B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544B51 is #ABB4AE. Grayscale: #4E4E4E. Windows color (decimal): -11252911 or 5327700. OLE color: 5327700.

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

Color convert

RGB847581-
CMYK00.110.040.67
HSL320º5.66%31.18%-
HSV(B)320º10.71%32.94%-
XYZ7.667.518.83-
YUV78.37129.48132.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35%
GREEN value IS 75 (29.69% from 255) = 31.25%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=35%
G=31.25%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84758100.110.040.673205.6631.18
Hex544B510B44314061f
Octal1241131210134103500637
Binary10101001001011101000101011100100001110100000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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