Shades of Salt Box #5F505B
Tints of Salt Box #5F505B
RGB
CMYK
RGB Variations
Color information
#5F505B (or 0x5F505B) is known color: Salt Box. HEX triplet: 5F, 50 and 5B. RGB value is (95,80,91). Sum of RGB (Red+Green+Blue) = 95+80+91=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 95 - color contains mainly: red. Hex color #5F505B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F505B is #A0AFA4. Grayscale: #555555. Windows color (decimal): -10530725 or 5984351. OLE color: 5984351.
HSL color Cylindrical-coordinate representation of color #5F505B: hue angle of 316º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5F505B is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 80 | 91 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.63 |
| HSL | 316º | 0.09% | 0.34% | - |
| HSV(B) | 316º | 0.16% | 0.37% | - |
| XYZ | 9.48 | 8.93 | 11.12 | - |
| YUV | 85.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 91 | 0 | 0.16 | 0.04 | 0.63 | 316 | 0.09 | 0.34 |
| Hex | 5F | 50 | 5B | 0 | 10 | 4 | 3F | 13C | 9 | 22 |
| Octal | 137 | 120 | 133 | 0 | 20 | 4 | 77 | 474 | 11 | 42 |
| Binary | 1011111 | 1010000 | 1011011 | 0 | 10000 | 100 | 111111 | 100111100 | 1001 | 100010 |
Color Harmonies of #5F505B
Complementary color
Monochromatic Colors of #5F505B
Black with #5F505B
Text Example
Text Example
White with #5F505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F505B; }
p { color: rgb(95,80,91); }
H1.HeaderClassName
{
color: #5F505B;
}
.AnyTagClassName
{
color: #5F505B;
}
</style>
background-color css
<style>
a { background-color: #5F505B; }
a { background-color: rgb(95,80,91); }
div.DivClassName
{
background-color: #5F505B;
}
.BgClassName
{
background-color: #5F505B;
}
</style>
border-color css
<style>
span { border-color: #5F505B; }
span { border-color: rgb(95,80,91); }
td.TdClassName
{
border-color: #5F505B;
}
.TagClassName
{
border-color: #5F505B;
}
</style>