Shades of Mondo #514F4D
Tints of Mondo #514F4D
RGB
CMYK
RGB Variations
Color information
#514F4D (or 0x514F4D) is known color: Mondo. HEX triplet: 51, 4F and 4D. RGB value is (81,79,77). Sum of RGB (Red+Green+Blue) = 81+79+77=237 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.18% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 81 - color contains mainly: red. Hex color #514F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F4D is #AEB0B2. Grayscale: #4F4F4F. Windows color (decimal): -11448499 or 5066577. OLE color: 5066577.
HSL color Cylindrical-coordinate representation of color #514F4D: hue angle of 30º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #514F4D is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 79 | 77 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.68 |
| HSL | 30º | 0.03% | 0.31% | - |
| HSV(B) | 30º | 0.05% | 0.32% | - |
| XYZ | 7.53 | 7.88 | 8.14 | - |
| YUV | 79.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 79 | 77 | 0 | 0.02 | 0.05 | 0.68 | 30 | 0.03 | 0.31 |
| Hex | 51 | 4F | 4D | 0 | 2 | 5 | 44 | 1E | 3 | 1F |
| Octal | 121 | 117 | 115 | 0 | 2 | 5 | 104 | 36 | 3 | 37 |
| Binary | 1010001 | 1001111 | 1001101 | 0 | 10 | 101 | 1000100 | 11110 | 11 | 11111 |
Color Harmonies of #514F4D
Complementary color
Monochromatic Colors of #514F4D
Black with #514F4D
Text Example
Text Example
White with #514F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514F4D; }
p { color: rgb(81,79,77); }
H1.HeaderClassName
{
color: #514F4D;
}
.AnyTagClassName
{
color: #514F4D;
}
</style>
background-color css
<style>
a { background-color: #514F4D; }
a { background-color: rgb(81,79,77); }
div.DivClassName
{
background-color: #514F4D;
}
.BgClassName
{
background-color: #514F4D;
}
</style>
border-color css
<style>
span { border-color: #514F4D; }
span { border-color: rgb(81,79,77); }
td.TdClassName
{
border-color: #514F4D;
}
.TagClassName
{
border-color: #514F4D;
}
</style>