Shades of Tundora #5A5551
Tints of Tundora #5A5551
RGB
CMYK
RGB Variations
Color information
#5A5551 (or 0x5A5551) is known color: Tundora. HEX triplet: 5A, 55 and 51. RGB value is (90,85,81). Sum of RGB (Red+Green+Blue) = 90+85+81=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5551 is #A5AAAE. Grayscale: #565656. Windows color (decimal): -10857135 or 5330266. OLE color: 5330266.
HSL color Cylindrical-coordinate representation of color #5A5551: hue angle of 26.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A5551 is Cyan = 0, Magento = 0.06, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 85 | 81 | - |
| CMYK | 0 | 0.06 | 0.1 | 0.65 |
| HSL | 26.67º | 0.05% | 0.34% | - |
| HSV(B) | 26.67º | 0.1% | 0.35% | - |
| XYZ | 8.95 | 9.26 | 9.1 | - |
| YUV | 86.04 | 125.16 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 81 | 0 | 0.06 | 0.1 | 0.65 | 26.67 | 0.05 | 0.34 |
| Hex | 5A | 55 | 51 | 0 | 6 | A | 41 | 1B | 5 | 22 |
| Octal | 132 | 125 | 121 | 0 | 6 | 12 | 101 | 33 | 5 | 42 |
| Binary | 1011010 | 1010101 | 1010001 | 0 | 110 | 1010 | 1000001 | 11011 | 101 | 100010 |
Color Harmonies of #5A5551
Complementary color
Monochromatic Colors of #5A5551
Black with #5A5551
Text Example
Text Example
White with #5A5551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5551; }
p { color: rgb(90,85,81); }
H1.HeaderClassName
{
color: #5A5551;
}
.AnyTagClassName
{
color: #5A5551;
}
</style>
background-color css
<style>
a { background-color: #5A5551; }
a { background-color: rgb(90,85,81); }
div.DivClassName
{
background-color: #5A5551;
}
.BgClassName
{
background-color: #5A5551;
}
</style>
border-color css
<style>
span { border-color: #5A5551; }
span { border-color: rgb(90,85,81); }
td.TdClassName
{
border-color: #5A5551;
}
.TagClassName
{
border-color: #5A5551;
}
</style>