#51484E

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

Shades of Liver #51484E

Tints of Liver #51484E

Color information

#51484E (or 0x51484E) is unknown color: approx Liver. HEX triplet: 51, 48 and 4E. RGB value is (81,72,78). Sum of RGB (Red+Green+Blue) = 81+72+78=231 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.06% from 231); Green value is 72 (28.52% from 255 or 31.17% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 81 - color contains mainly: red. Hex color #51484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51484E is #AEB7B1. Grayscale: #4B4B4B. Windows color (decimal): -11450290 or 5130321. OLE color: 5130321.

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

Color convert

RGB817278-
CMYK00.110.040.68
HSL320º5.88%30%-
HSV(B)320º11.11%31.76%-
XYZ7.096.938.17-
YUV75.37129.48132.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.06%
GREEN value IS 72 (28.52% from 255) = 31.17%
BLUE value IS 78 (30.86% from 255) = 33.77%
R=35.06%
G=31.17%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81727800.110.040.683205.8830
Hex51484E0B44414061e
Octal1211101160134104500636
Binary10100011001000100111001011100100010010100000011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51484E; }

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

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

<style>
 a { background-color: #51484E; }

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

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

<style>
 span { border-color: #51484E; }

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

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