Shades of Mondo #5A503C
Tints of Mondo #5A503C
RGB
CMYK
RGB Variations
Color information
#5A503C (or 0x5A503C) is known color: Mondo. HEX triplet: 5A, 50 and 3C. RGB value is (90,80,60). Sum of RGB (Red+Green+Blue) = 90+80+60=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 90 - color contains mainly: red. Hex color #5A503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A503C is #A5AFC3. Grayscale: #505050. Windows color (decimal): -10858436 or 3952730. OLE color: 3952730.
HSL color Cylindrical-coordinate representation of color #5A503C: hue angle of 40º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A503C is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 80 | 60 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.65 |
| HSL | 40º | 0.2% | 0.29% | - |
| HSV(B) | 40º | 0.33% | 0.35% | - |
| XYZ | 7.9 | 8.24 | 5.45 | - |
| YUV | 80.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 80 | 60 | 0 | 0.11 | 0.33 | 0.65 | 40 | 0.2 | 0.29 |
| Hex | 5A | 50 | 3C | 0 | B | 21 | 41 | 28 | 14 | 1D |
| Octal | 132 | 120 | 74 | 0 | 13 | 41 | 101 | 50 | 24 | 35 |
| Binary | 1011010 | 1010000 | 111100 | 0 | 1011 | 100001 | 1000001 | 101000 | 10100 | 11101 |
Color Harmonies of #5A503C
Complementary color
Monochromatic Colors of #5A503C
Black with #5A503C
Text Example
Text Example
White with #5A503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A503C; }
p { color: rgb(90,80,60); }
H1.HeaderClassName
{
color: #5A503C;
}
.AnyTagClassName
{
color: #5A503C;
}
</style>
background-color css
<style>
a { background-color: #5A503C; }
a { background-color: rgb(90,80,60); }
div.DivClassName
{
background-color: #5A503C;
}
.BgClassName
{
background-color: #5A503C;
}
</style>
border-color css
<style>
span { border-color: #5A503C; }
span { border-color: rgb(90,80,60); }
td.TdClassName
{
border-color: #5A503C;
}
.TagClassName
{
border-color: #5A503C;
}
</style>