Shades of Tundora #5A5250
Tints of Tundora #5A5250
RGB
CMYK
RGB Variations
Color information
#5A5250 (or 0x5A5250) is known color: Tundora. HEX triplet: 5A, 52 and 50. RGB value is (90,82,80). Sum of RGB (Red+Green+Blue) = 90+82+80=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5250 is #A5ADAF. Grayscale: #545454. Windows color (decimal): -10857904 or 5263962. OLE color: 5263962.
HSL color Cylindrical-coordinate representation of color #5A5250: hue angle of 12º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5A5250 is Cyan = 0, Magento = 0.09, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 82 | 80 | - |
| CMYK | 0 | 0.09 | 0.11 | 0.65 |
| HSL | 12º | 0.06% | 0.33% | - |
| HSV(B) | 12º | 0.11% | 0.35% | - |
| XYZ | 8.68 | 8.79 | 8.83 | - |
| YUV | 84.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 82 | 80 | 0 | 0.09 | 0.11 | 0.65 | 12 | 0.06 | 0.33 |
| Hex | 5A | 52 | 50 | 0 | 9 | B | 41 | C | 6 | 21 |
| Octal | 132 | 122 | 120 | 0 | 11 | 13 | 101 | 14 | 6 | 41 |
| Binary | 1011010 | 1010010 | 1010000 | 0 | 1001 | 1011 | 1000001 | 1100 | 110 | 100001 |
Color Harmonies of #5A5250
Complementary color
Monochromatic Colors of #5A5250
Black with #5A5250
Text Example
Text Example
White with #5A5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5250; }
p { color: rgb(90,82,80); }
H1.HeaderClassName
{
color: #5A5250;
}
.AnyTagClassName
{
color: #5A5250;
}
</style>
background-color css
<style>
a { background-color: #5A5250; }
a { background-color: rgb(90,82,80); }
div.DivClassName
{
background-color: #5A5250;
}
.BgClassName
{
background-color: #5A5250;
}
</style>
border-color css
<style>
span { border-color: #5A5250; }
span { border-color: rgb(90,82,80); }
td.TdClassName
{
border-color: #5A5250;
}
.TagClassName
{
border-color: #5A5250;
}
</style>