#504E4F

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

Shades of Liver #504E4F

Tints of Liver #504E4F

Color information

#504E4F (or 0x504E4F) is unknown color: approx Liver. HEX triplet: 50, 4E and 4F. RGB value is (80,78,79). Sum of RGB (Red+Green+Blue) = 80+78+79=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 80 - color contains mainly: red. Hex color #504E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #504E4F is #AFB1B0. Grayscale: #4E4E4E. Windows color (decimal): -11514289 or 5197392. OLE color: 5197392.

HSL color Cylindrical-coordinate representation of color #504E4F: hue angle of 330º degrees, saturation: 0.01, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #504E4F is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB807879-
CMYK00.020.010.69
HSL330º1.27%30.98%-
HSV(B)330º2.5%31.37%-
XYZ7.447.728.49-
YUV78.71128.16128.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 79 (31.25% from 255) = 33.33%
R=33.76%
G=32.91%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80787900.020.010.693301.2730.98
Hex504E4F0214514a11f
Octal120116117021105512137
Binary10100001001110100111101011000101101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504E4F; }

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

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

<style>
 a { background-color: #504E4F; }

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

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

<style>
 span { border-color: #504E4F; }

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

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