Shades of Tundora #5A5552
Tints of Tundora #5A5552
RGB
CMYK
RGB Variations
Color information
#5A5552 (or 0x5A5552) is known color: Tundora. HEX triplet: 5A, 55 and 52. RGB value is (90,85,82). Sum of RGB (Red+Green+Blue) = 90+85+82=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5552 is #A5AAAD. Grayscale: #565656. Windows color (decimal): -10857134 or 5395802. OLE color: 5395802.
HSL color Cylindrical-coordinate representation of color #5A5552: hue angle of 22.5º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5A5552 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 85 | 82 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.65 |
| HSL | 22.5º | 0.05% | 0.34% | - |
| HSV(B) | 22.5º | 0.09% | 0.35% | - |
| XYZ | 8.99 | 9.28 | 9.3 | - |
| YUV | 86.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 82 | 0 | 0.06 | 0.09 | 0.65 | 22.5 | 0.05 | 0.34 |
| Hex | 5A | 55 | 52 | 0 | 6 | 9 | 41 | 16 | 5 | 22 |
| Octal | 132 | 125 | 122 | 0 | 6 | 11 | 101 | 26 | 5 | 42 |
| Binary | 1011010 | 1010101 | 1010010 | 0 | 110 | 1001 | 1000001 | 10110 | 101 | 100010 |
Color Harmonies of #5A5552
Complementary color
Monochromatic Colors of #5A5552
Black with #5A5552
Text Example
Text Example
White with #5A5552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5552; }
p { color: rgb(90,85,82); }
H1.HeaderClassName
{
color: #5A5552;
}
.AnyTagClassName
{
color: #5A5552;
}
</style>
background-color css
<style>
a { background-color: #5A5552; }
a { background-color: rgb(90,85,82); }
div.DivClassName
{
background-color: #5A5552;
}
.BgClassName
{
background-color: #5A5552;
}
</style>
border-color css
<style>
span { border-color: #5A5552; }
span { border-color: rgb(90,85,82); }
td.TdClassName
{
border-color: #5A5552;
}
.TagClassName
{
border-color: #5A5552;
}
</style>