Shades of Salt Box #5F585D
Tints of Salt Box #5F585D
RGB
CMYK
RGB Variations
Color information
#5F585D (or 0x5F585D) is known color: Salt Box. HEX triplet: 5F, 58 and 5D. RGB value is (95,88,93). Sum of RGB (Red+Green+Blue) = 95+88+93=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 95 - color contains mainly: red. Hex color #5F585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F585D is #A0A7A2. Grayscale: #5A5A5A. Windows color (decimal): -10528675 or 6117471. OLE color: 6117471.
HSL color Cylindrical-coordinate representation of color #5F585D: hue angle of 317.14º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5F585D is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 88 | 93 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.63 |
| HSL | 317.14º | 0.04% | 0.36% | - |
| HSV(B) | 317.14º | 0.07% | 0.37% | - |
| XYZ | 10.18 | 10.2 | 11.79 | - |
| YUV | 90.66 | 129.32 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 93 | 0 | 0.07 | 0.02 | 0.63 | 317.14 | 0.04 | 0.36 |
| Hex | 5F | 58 | 5D | 0 | 7 | 2 | 3F | 13D | 4 | 24 |
| Octal | 137 | 130 | 135 | 0 | 7 | 2 | 77 | 475 | 4 | 44 |
| Binary | 1011111 | 1011000 | 1011101 | 0 | 111 | 10 | 111111 | 100111101 | 100 | 100100 |
Color Harmonies of #5F585D
Complementary color
Monochromatic Colors of #5F585D
Black with #5F585D
Text Example
Text Example
White with #5F585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F585D; }
p { color: rgb(95,88,93); }
H1.HeaderClassName
{
color: #5F585D;
}
.AnyTagClassName
{
color: #5F585D;
}
</style>
background-color css
<style>
a { background-color: #5F585D; }
a { background-color: rgb(95,88,93); }
div.DivClassName
{
background-color: #5F585D;
}
.BgClassName
{
background-color: #5F585D;
}
</style>
border-color css
<style>
span { border-color: #5F585D; }
span { border-color: rgb(95,88,93); }
td.TdClassName
{
border-color: #5F585D;
}
.TagClassName
{
border-color: #5F585D;
}
</style>