Shades of Tundora #5F5855
Tints of Tundora #5F5855
RGB
CMYK
RGB Variations
Color information
#5F5855 (or 0x5F5855) is known color: Tundora. HEX triplet: 5F, 58 and 55. RGB value is (95,88,85). Sum of RGB (Red+Green+Blue) = 95+88+85=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5855 is #A0A7AA. Grayscale: #595959. Windows color (decimal): -10528683 or 5593183. OLE color: 5593183.
HSL color Cylindrical-coordinate representation of color #5F5855: hue angle of 18º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5F5855 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 88 | 85 | - |
| CMYK | 0 | 0.07 | 0.11 | 0.63 |
| HSL | 18º | 0.06% | 0.35% | - |
| HSV(B) | 18º | 0.11% | 0.37% | - |
| XYZ | 9.85 | 10.07 | 10.02 | - |
| YUV | 89.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 85 | 0 | 0.07 | 0.11 | 0.63 | 18 | 0.06 | 0.35 |
| Hex | 5F | 58 | 55 | 0 | 7 | B | 3F | 12 | 6 | 23 |
| Octal | 137 | 130 | 125 | 0 | 7 | 13 | 77 | 22 | 6 | 43 |
| Binary | 1011111 | 1011000 | 1010101 | 0 | 111 | 1011 | 111111 | 10010 | 110 | 100011 |
Color Harmonies of #5F5855
Complementary color
Monochromatic Colors of #5F5855
Black with #5F5855
Text Example
Text Example
White with #5F5855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5855; }
p { color: rgb(95,88,85); }
H1.HeaderClassName
{
color: #5F5855;
}
.AnyTagClassName
{
color: #5F5855;
}
</style>
background-color css
<style>
a { background-color: #5F5855; }
a { background-color: rgb(95,88,85); }
div.DivClassName
{
background-color: #5F5855;
}
.BgClassName
{
background-color: #5F5855;
}
</style>
border-color css
<style>
span { border-color: #5F5855; }
span { border-color: rgb(95,88,85); }
td.TdClassName
{
border-color: #5F5855;
}
.TagClassName
{
border-color: #5F5855;
}
</style>