Shades of Salt Box #5F505C
Tints of Salt Box #5F505C
RGB
CMYK
RGB Variations
Color information
#5F505C (or 0x5F505C) is known color: Salt Box. HEX triplet: 5F, 50 and 5C. RGB value is (95,80,92). Sum of RGB (Red+Green+Blue) = 95+80+92=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 95 - color contains mainly: red. Hex color #5F505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F505C is #A0AFA3. Grayscale: #555555. Windows color (decimal): -10530724 or 6049887. OLE color: 6049887.
HSL color Cylindrical-coordinate representation of color #5F505C: hue angle of 312º 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 #5F505C is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 80 | 92 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.63 |
| HSL | 312º | 0.09% | 0.34% | - |
| HSV(B) | 312º | 0.16% | 0.37% | - |
| XYZ | 9.52 | 8.94 | 11.35 | - |
| YUV | 85.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 92 | 0 | 0.16 | 0.03 | 0.63 | 312 | 0.09 | 0.34 |
| Hex | 5F | 50 | 5C | 0 | 10 | 3 | 3F | 138 | 9 | 22 |
| Octal | 137 | 120 | 134 | 0 | 20 | 3 | 77 | 470 | 11 | 42 |
| Binary | 1011111 | 1010000 | 1011100 | 0 | 10000 | 11 | 111111 | 100111000 | 1001 | 100010 |
Color Harmonies of #5F505C
Complementary color
Monochromatic Colors of #5F505C
Black with #5F505C
Text Example
Text Example
White with #5F505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F505C; }
p { color: rgb(95,80,92); }
H1.HeaderClassName
{
color: #5F505C;
}
.AnyTagClassName
{
color: #5F505C;
}
</style>
background-color css
<style>
a { background-color: #5F505C; }
a { background-color: rgb(95,80,92); }
div.DivClassName
{
background-color: #5F505C;
}
.BgClassName
{
background-color: #5F505C;
}
</style>
border-color css
<style>
span { border-color: #5F505C; }
span { border-color: rgb(95,80,92); }
td.TdClassName
{
border-color: #5F505C;
}
.TagClassName
{
border-color: #5F505C;
}
</style>