Shades of Tundora #5A524E
Tints of Tundora #5A524E
RGB
CMYK
RGB Variations
Color information
#5A524E (or 0x5A524E) is known color: Tundora. HEX triplet: 5A, 52 and 4E. RGB value is (90,82,78). Sum of RGB (Red+Green+Blue) = 90+82+78=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 90 - color contains mainly: red. Hex color #5A524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A524E is #A5ADB1. Grayscale: #535353. Windows color (decimal): -10857906 or 5132890. OLE color: 5132890.
HSL color Cylindrical-coordinate representation of color #5A524E: hue angle of 20º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A524E is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 82 | 78 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.65 |
| HSL | 20º | 0.07% | 0.33% | - |
| HSV(B) | 20º | 0.13% | 0.35% | - |
| XYZ | 8.61 | 8.76 | 8.44 | - |
| YUV | 83.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 78 | 0 | 0.09 | 0.13 | 0.65 | 20 | 0.07 | 0.33 |
| Hex | 5A | 52 | 4E | 0 | 9 | D | 41 | 14 | 7 | 21 |
| Octal | 132 | 122 | 116 | 0 | 11 | 15 | 101 | 24 | 7 | 41 |
| Binary | 1011010 | 1010010 | 1001110 | 0 | 1001 | 1101 | 1000001 | 10100 | 111 | 100001 |
Color Harmonies of #5A524E
Complementary color
Monochromatic Colors of #5A524E
Black with #5A524E
Text Example
Text Example
White with #5A524E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A524E; }
p { color: rgb(90,82,78); }
H1.HeaderClassName
{
color: #5A524E;
}
.AnyTagClassName
{
color: #5A524E;
}
</style>
background-color css
<style>
a { background-color: #5A524E; }
a { background-color: rgb(90,82,78); }
div.DivClassName
{
background-color: #5A524E;
}
.BgClassName
{
background-color: #5A524E;
}
</style>
border-color css
<style>
span { border-color: #5A524E; }
span { border-color: rgb(90,82,78); }
td.TdClassName
{
border-color: #5A524E;
}
.TagClassName
{
border-color: #5A524E;
}
</style>