Shades of Tundora #5F5957
Tints of Tundora #5F5957
RGB
CMYK
RGB Variations
Color information
#5F5957 (or 0x5F5957) is known color: Tundora. HEX triplet: 5F, 59 and 57. RGB value is (95,89,87). Sum of RGB (Red+Green+Blue) = 95+89+87=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5957 is #A0A6A8. Grayscale: #5A5A5A. Windows color (decimal): -10528425 or 5724511. OLE color: 5724511.
HSL color Cylindrical-coordinate representation of color #5F5957: hue angle of 15º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5F5957 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 89 | 87 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.63 |
| HSL | 15º | 0.04% | 0.36% | - |
| HSV(B) | 15º | 0.08% | 0.37% | - |
| XYZ | 10.01 | 10.27 | 10.47 | - |
| YUV | 90.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 89 | 87 | 0 | 0.06 | 0.08 | 0.63 | 15 | 0.04 | 0.36 |
| Hex | 5F | 59 | 57 | 0 | 6 | 8 | 3F | F | 4 | 24 |
| Octal | 137 | 131 | 127 | 0 | 6 | 10 | 77 | 17 | 4 | 44 |
| Binary | 1011111 | 1011001 | 1010111 | 0 | 110 | 1000 | 111111 | 1111 | 100 | 100100 |
Color Harmonies of #5F5957
Complementary color
Monochromatic Colors of #5F5957
Black with #5F5957
Text Example
Text Example
White with #5F5957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5957; }
p { color: rgb(95,89,87); }
H1.HeaderClassName
{
color: #5F5957;
}
.AnyTagClassName
{
color: #5F5957;
}
</style>
background-color css
<style>
a { background-color: #5F5957; }
a { background-color: rgb(95,89,87); }
div.DivClassName
{
background-color: #5F5957;
}
.BgClassName
{
background-color: #5F5957;
}
</style>
border-color css
<style>
span { border-color: #5F5957; }
span { border-color: rgb(95,89,87); }
td.TdClassName
{
border-color: #5F5957;
}
.TagClassName
{
border-color: #5F5957;
}
</style>