Shades of Tundora #5A5756
Tints of Tundora #5A5756
RGB
CMYK
RGB Variations
Color information
#5A5756 (or 0x5A5756) is known color: Tundora. HEX triplet: 5A, 57 and 56. RGB value is (90,87,86). Sum of RGB (Red+Green+Blue) = 90+87+86=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 86 (33.98% from 255 or 32.70% from 263); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5756 is #A5A8A9. Grayscale: #575757. Windows color (decimal): -10856618 or 5658458. OLE color: 5658458.
HSL color Cylindrical-coordinate representation of color #5A5756: hue angle of 15º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5A5756 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 87 | 86 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.65 |
| HSL | 15º | 0.02% | 0.35% | - |
| HSV(B) | 15º | 0.04% | 0.35% | - |
| XYZ | 9.3 | 9.66 | 10.18 | - |
| YUV | 87.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 87 | 86 | 0 | 0.03 | 0.04 | 0.65 | 15 | 0.02 | 0.35 |
| Hex | 5A | 57 | 56 | 0 | 3 | 4 | 41 | F | 2 | 23 |
| Octal | 132 | 127 | 126 | 0 | 3 | 4 | 101 | 17 | 2 | 43 |
| Binary | 1011010 | 1010111 | 1010110 | 0 | 11 | 100 | 1000001 | 1111 | 10 | 100011 |
Color Harmonies of #5A5756
Complementary color
Monochromatic Colors of #5A5756
Black with #5A5756
Text Example
Text Example
White with #5A5756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5756; }
p { color: rgb(90,87,86); }
H1.HeaderClassName
{
color: #5A5756;
}
.AnyTagClassName
{
color: #5A5756;
}
</style>
background-color css
<style>
a { background-color: #5A5756; }
a { background-color: rgb(90,87,86); }
div.DivClassName
{
background-color: #5A5756;
}
.BgClassName
{
background-color: #5A5756;
}
</style>
border-color css
<style>
span { border-color: #5A5756; }
span { border-color: rgb(90,87,86); }
td.TdClassName
{
border-color: #5A5756;
}
.TagClassName
{
border-color: #5A5756;
}
</style>