#504F4E

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

Shades of Mondo #504F4E

Tints of Mondo #504F4E

Color information

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

HSL color Cylindrical-coordinate representation of color #504F4E: hue angle of 30º 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 #504F4E is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.69.

Color convert

RGB807978-
CMYK00.010.020.69
HSL30º1.27%30.98%-
HSV(B)30º2.5%31.37%-
XYZ7.487.858.33-
YUV79.18127.33128.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80797800.010.020.69301.2730.98
Hex504F4E012451e11f
Octal12011711601210536137
Binary1010000100111110011100110100010111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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