#514E50

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

Shades of Liver #514E50

Tints of Liver #514E50

Color information

#514E50 (or 0x514E50) is unknown color: approx Liver. HEX triplet: 51, 4E and 50. RGB value is (81,78,80). Sum of RGB (Red+Green+Blue) = 81+78+80=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 81 - color contains mainly: red. Hex color #514E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E50 is #AEB1AF. Grayscale: #4F4F4F. Windows color (decimal): -11448752 or 5262929. OLE color: 5262929.

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

Color convert

RGB817880-
CMYK00.040.010.68
HSL320º1.89%31.18%-
HSV(B)320º3.7%31.76%-
XYZ7.577.788.69-
YUV79.12128.49129.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.89%
GREEN value IS 78 (30.86% from 255) = 32.64%
BLUE value IS 80 (31.64% from 255) = 33.47%
R=33.89%
G=32.64%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81788000.040.010.683201.8931.18
Hex514E500414414021f
Octal121116120041104500237
Binary1010001100111010100000100110001001010000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514E50; }

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

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

<style>
 a { background-color: #514E50; }

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

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

<style>
 span { border-color: #514E50; }

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

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