Shades of Salt Box #5F505D
Tints of Salt Box #5F505D
RGB
CMYK
RGB Variations
Color information
#5F505D (or 0x5F505D) is known color: Salt Box. HEX triplet: 5F, 50 and 5D. RGB value is (95,80,93). Sum of RGB (Red+Green+Blue) = 95+80+93=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 95 - color contains mainly: red. Hex color #5F505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F505D is #A0AFA2. Grayscale: #555555. Windows color (decimal): -10530723 or 6115423. OLE color: 6115423.
HSL color Cylindrical-coordinate representation of color #5F505D: hue angle of 308º 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 #5F505D is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 80 | 93 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.63 |
| HSL | 308º | 0.09% | 0.34% | - |
| HSV(B) | 308º | 0.16% | 0.37% | - |
| XYZ | 9.56 | 8.96 | 11.58 | - |
| YUV | 85.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 93 | 0 | 0.16 | 0.02 | 0.63 | 308 | 0.09 | 0.34 |
| Hex | 5F | 50 | 5D | 0 | 10 | 2 | 3F | 134 | 9 | 22 |
| Octal | 137 | 120 | 135 | 0 | 20 | 2 | 77 | 464 | 11 | 42 |
| Binary | 1011111 | 1010000 | 1011101 | 0 | 10000 | 10 | 111111 | 100110100 | 1001 | 100010 |
Color Harmonies of #5F505D
Complementary color
Monochromatic Colors of #5F505D
Black with #5F505D
Text Example
Text Example
White with #5F505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F505D; }
p { color: rgb(95,80,93); }
H1.HeaderClassName
{
color: #5F505D;
}
.AnyTagClassName
{
color: #5F505D;
}
</style>
background-color css
<style>
a { background-color: #5F505D; }
a { background-color: rgb(95,80,93); }
div.DivClassName
{
background-color: #5F505D;
}
.BgClassName
{
background-color: #5F505D;
}
</style>
border-color css
<style>
span { border-color: #5F505D; }
span { border-color: rgb(95,80,93); }
td.TdClassName
{
border-color: #5F505D;
}
.TagClassName
{
border-color: #5F505D;
}
</style>