Shades of Salt Box #5F505E
Tints of Salt Box #5F505E
RGB
CMYK
RGB Variations
Color information
#5F505E (or 0x5F505E) is known color: Salt Box. HEX triplet: 5F, 50 and 5E. RGB value is (95,80,94). Sum of RGB (Red+Green+Blue) = 95+80+94=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 95 - color contains mainly: red. Hex color #5F505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F505E is #A0AFA1. Grayscale: #565656. Windows color (decimal): -10530722 or 6180959. OLE color: 6180959.
HSL color Cylindrical-coordinate representation of color #5F505E: hue angle of 304º 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 #5F505E is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 80 | 94 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.63 |
| HSL | 304º | 0.09% | 0.34% | - |
| HSV(B) | 304º | 0.16% | 0.37% | - |
| XYZ | 9.61 | 8.98 | 11.82 | - |
| YUV | 86.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 94 | 0 | 0.16 | 0.01 | 0.63 | 304 | 0.09 | 0.34 |
| Hex | 5F | 50 | 5E | 0 | 10 | 1 | 3F | 130 | 9 | 22 |
| Octal | 137 | 120 | 136 | 0 | 20 | 1 | 77 | 460 | 11 | 42 |
| Binary | 1011111 | 1010000 | 1011110 | 0 | 10000 | 1 | 111111 | 100110000 | 1001 | 100010 |
Color Harmonies of #5F505E
Complementary color
Monochromatic Colors of #5F505E
Black with #5F505E
Text Example
Text Example
White with #5F505E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F505E; }
p { color: rgb(95,80,94); }
H1.HeaderClassName
{
color: #5F505E;
}
.AnyTagClassName
{
color: #5F505E;
}
</style>
background-color css
<style>
a { background-color: #5F505E; }
a { background-color: rgb(95,80,94); }
div.DivClassName
{
background-color: #5F505E;
}
.BgClassName
{
background-color: #5F505E;
}
</style>
border-color css
<style>
span { border-color: #5F505E; }
span { border-color: rgb(95,80,94); }
td.TdClassName
{
border-color: #5F505E;
}
.TagClassName
{
border-color: #5F505E;
}
</style>