Shades of Tundora #5A5453
Tints of Tundora #5A5453
RGB
CMYK
RGB Variations
Color information
#5A5453 (or 0x5A5453) is known color: Tundora. HEX triplet: 5A, 54 and 53. RGB value is (90,84,83). Sum of RGB (Red+Green+Blue) = 90+84+83=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5453 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5453 is #A5ABAC. Grayscale: #555555. Windows color (decimal): -10857389 or 5461082. OLE color: 5461082.
HSL color Cylindrical-coordinate representation of color #5A5453: hue angle of 8.57º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5A5453 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 84 | 83 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.65 |
| HSL | 8.57º | 0.04% | 0.34% | - |
| HSV(B) | 8.57º | 0.08% | 0.35% | - |
| XYZ | 8.95 | 9.14 | 9.48 | - |
| YUV | 85.68 | 126.49 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 84 | 83 | 0 | 0.07 | 0.08 | 0.65 | 8.57 | 0.04 | 0.34 |
| Hex | 5A | 54 | 53 | 0 | 7 | 8 | 41 | 9 | 4 | 22 |
| Octal | 132 | 124 | 123 | 0 | 7 | 10 | 101 | 11 | 4 | 42 |
| Binary | 1011010 | 1010100 | 1010011 | 0 | 111 | 1000 | 1000001 | 1001 | 100 | 100010 |
Color Harmonies of #5A5453
Complementary color
Monochromatic Colors of #5A5453
Black with #5A5453
Text Example
Text Example
White with #5A5453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5453; }
p { color: rgb(90,84,83); }
H1.HeaderClassName
{
color: #5A5453;
}
.AnyTagClassName
{
color: #5A5453;
}
</style>
background-color css
<style>
a { background-color: #5A5453; }
a { background-color: rgb(90,84,83); }
div.DivClassName
{
background-color: #5A5453;
}
.BgClassName
{
background-color: #5A5453;
}
</style>
border-color css
<style>
span { border-color: #5A5453; }
span { border-color: rgb(90,84,83); }
td.TdClassName
{
border-color: #5A5453;
}
.TagClassName
{
border-color: #5A5453;
}
</style>