Shades of Mondo #534F4B
Tints of Mondo #534F4B
RGB
CMYK
RGB Variations
Color information
#534F4B (or 0x534F4B) is known color: Mondo. HEX triplet: 53, 4F and 4B. RGB value is (83,79,75). Sum of RGB (Red+Green+Blue) = 83+79+75=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 83 - color contains mainly: red. Hex color #534F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534F4B is #ACB0B4. Grayscale: #4F4F4F. Windows color (decimal): -11317429 or 4935507. OLE color: 4935507.
HSL color Cylindrical-coordinate representation of color #534F4B: hue angle of 30º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #534F4B is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 79 | 75 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.67 |
| HSL | 30º | 0.05% | 0.31% | - |
| HSV(B) | 30º | 0.1% | 0.33% | - |
| XYZ | 7.63 | 7.94 | 7.79 | - |
| YUV | 79.74 | 125.33 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 75 | 0 | 0.05 | 0.10 | 0.67 | 30 | 0.05 | 0.31 |
| Hex | 53 | 4F | 4B | 0 | 5 | A | 43 | 1E | 5 | 1F |
| Octal | 123 | 117 | 113 | 0 | 5 | 12 | 103 | 36 | 5 | 37 |
| Binary | 1010011 | 1001111 | 1001011 | 0 | 101 | 1010 | 1000011 | 11110 | 101 | 11111 |
Color Harmonies of #534F4B
Complementary color
Monochromatic Colors of #534F4B
Black with #534F4B
Text Example
Text Example
White with #534F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F4B; }
p { color: rgb(83,79,75); }
H1.HeaderClassName
{
color: #534F4B;
}
.AnyTagClassName
{
color: #534F4B;
}
</style>
background-color css
<style>
a { background-color: #534F4B; }
a { background-color: rgb(83,79,75); }
div.DivClassName
{
background-color: #534F4B;
}
.BgClassName
{
background-color: #534F4B;
}
</style>
border-color css
<style>
span { border-color: #534F4B; }
span { border-color: rgb(83,79,75); }
td.TdClassName
{
border-color: #534F4B;
}
.TagClassName
{
border-color: #534F4B;
}
</style>