Shades of Tundora #5A5554
Tints of Tundora #5A5554
RGB
CMYK
RGB Variations
Color information
#5A5554 (or 0x5A5554) is known color: Tundora. HEX triplet: 5A, 55 and 54. RGB value is (90,85,84). Sum of RGB (Red+Green+Blue) = 90+85+84=259 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.75% from 259); Green value is 85 (33.59% from 255 or 32.82% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5554 is #A5AAAB. Grayscale: #565656. Windows color (decimal): -10857132 or 5526874. OLE color: 5526874.
HSL color Cylindrical-coordinate representation of color #5A5554: hue angle of 10º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5A5554 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 85 | 84 | - |
| CMYK | 0 | 0.06 | 0.07 | 0.65 |
| HSL | 10º | 0.03% | 0.34% | - |
| HSV(B) | 10º | 0.07% | 0.35% | - |
| XYZ | 9.07 | 9.31 | 9.71 | - |
| YUV | 86.38 | 126.66 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 85 | 84 | 0 | 0.06 | 0.07 | 0.65 | 10 | 0.03 | 0.34 |
| Hex | 5A | 55 | 54 | 0 | 6 | 7 | 41 | A | 3 | 22 |
| Octal | 132 | 125 | 124 | 0 | 6 | 7 | 101 | 12 | 3 | 42 |
| Binary | 1011010 | 1010101 | 1010100 | 0 | 110 | 111 | 1000001 | 1010 | 11 | 100010 |
Color Harmonies of #5A5554
Complementary color
Monochromatic Colors of #5A5554
Black with #5A5554
Text Example
Text Example
White with #5A5554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5554; }
p { color: rgb(90,85,84); }
H1.HeaderClassName
{
color: #5A5554;
}
.AnyTagClassName
{
color: #5A5554;
}
</style>
background-color css
<style>
a { background-color: #5A5554; }
a { background-color: rgb(90,85,84); }
div.DivClassName
{
background-color: #5A5554;
}
.BgClassName
{
background-color: #5A5554;
}
</style>
border-color css
<style>
span { border-color: #5A5554; }
span { border-color: rgb(90,85,84); }
td.TdClassName
{
border-color: #5A5554;
}
.TagClassName
{
border-color: #5A5554;
}
</style>