Shades of Tundora #5F534F
Tints of Tundora #5F534F
RGB
CMYK
RGB Variations
Color information
#5F534F (or 0x5F534F) is known color: Tundora. HEX triplet: 5F, 53 and 4F. RGB value is (95,83,79). Sum of RGB (Red+Green+Blue) = 95+83+79=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 95 - color contains mainly: red. Hex color #5F534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F534F is #A0ACB0. Grayscale: #565656. Windows color (decimal): -10529969 or 5198687. OLE color: 5198687.
HSL color Cylindrical-coordinate representation of color #5F534F: hue angle of 15º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5F534F is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 83 | 79 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.63 |
| HSL | 15º | 0.09% | 0.34% | - |
| HSV(B) | 15º | 0.17% | 0.37% | - |
| XYZ | 9.22 | 9.18 | 8.68 | - |
| YUV | 86.13 | 123.98 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 83 | 79 | 0 | 0.13 | 0.17 | 0.63 | 15 | 0.09 | 0.34 |
| Hex | 5F | 53 | 4F | 0 | D | 11 | 3F | F | 9 | 22 |
| Octal | 137 | 123 | 117 | 0 | 15 | 21 | 77 | 17 | 11 | 42 |
| Binary | 1011111 | 1010011 | 1001111 | 0 | 1101 | 10001 | 111111 | 1111 | 1001 | 100010 |
Color Harmonies of #5F534F
Complementary color
Monochromatic Colors of #5F534F
Black with #5F534F
Text Example
Text Example
White with #5F534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F534F; }
p { color: rgb(95,83,79); }
H1.HeaderClassName
{
color: #5F534F;
}
.AnyTagClassName
{
color: #5F534F;
}
</style>
background-color css
<style>
a { background-color: #5F534F; }
a { background-color: rgb(95,83,79); }
div.DivClassName
{
background-color: #5F534F;
}
.BgClassName
{
background-color: #5F534F;
}
</style>
border-color css
<style>
span { border-color: #5F534F; }
span { border-color: rgb(95,83,79); }
td.TdClassName
{
border-color: #5F534F;
}
.TagClassName
{
border-color: #5F534F;
}
</style>