Shades of Salt Box #5F555C
Tints of Salt Box #5F555C
RGB
CMYK
RGB Variations
Color information
#5F555C (or 0x5F555C) is known color: Salt Box. HEX triplet: 5F, 55 and 5C. RGB value is (95,85,92). Sum of RGB (Red+Green+Blue) = 95+85+92=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 95 - color contains mainly: red. Hex color #5F555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F555C is #A0AAA3. Grayscale: #585858. Windows color (decimal): -10529444 or 6051167. OLE color: 6051167.
HSL color Cylindrical-coordinate representation of color #5F555C: hue angle of 318º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5F555C is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 85 | 92 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.63 |
| HSL | 318º | 0.06% | 0.35% | - |
| HSV(B) | 318º | 0.11% | 0.37% | - |
| XYZ | 9.9 | 9.7 | 11.48 | - |
| YUV | 88.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 85 | 92 | 0 | 0.11 | 0.03 | 0.63 | 318 | 0.06 | 0.35 |
| Hex | 5F | 55 | 5C | 0 | B | 3 | 3F | 13E | 6 | 23 |
| Octal | 137 | 125 | 134 | 0 | 13 | 3 | 77 | 476 | 6 | 43 |
| Binary | 1011111 | 1010101 | 1011100 | 0 | 1011 | 11 | 111111 | 100111110 | 110 | 100011 |
Color Harmonies of #5F555C
Complementary color
Monochromatic Colors of #5F555C
Black with #5F555C
Text Example
Text Example
White with #5F555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F555C; }
p { color: rgb(95,85,92); }
H1.HeaderClassName
{
color: #5F555C;
}
.AnyTagClassName
{
color: #5F555C;
}
</style>
background-color css
<style>
a { background-color: #5F555C; }
a { background-color: rgb(95,85,92); }
div.DivClassName
{
background-color: #5F555C;
}
.BgClassName
{
background-color: #5F555C;
}
</style>
border-color css
<style>
span { border-color: #5F555C; }
span { border-color: rgb(95,85,92); }
td.TdClassName
{
border-color: #5F555C;
}
.TagClassName
{
border-color: #5F555C;
}
</style>