Shades of Salt Box #5F525C
Tints of Salt Box #5F525C
RGB
CMYK
RGB Variations
Color information
#5F525C (or 0x5F525C) is known color: Salt Box. HEX triplet: 5F, 52 and 5C. RGB value is (95,82,92). Sum of RGB (Red+Green+Blue) = 95+82+92=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 95 - color contains mainly: red. Hex color #5F525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F525C is #A0ADA3. Grayscale: #575757. Windows color (decimal): -10530212 or 6050399. OLE color: 6050399.
HSL color Cylindrical-coordinate representation of color #5F525C: hue angle of 313.85º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5F525C is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 82 | 92 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.63 |
| HSL | 313.85º | 0.07% | 0.35% | - |
| HSV(B) | 313.85º | 0.14% | 0.37% | - |
| XYZ | 9.67 | 9.24 | 11.4 | - |
| YUV | 87.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 82 | 92 | 0 | 0.14 | 0.03 | 0.63 | 313.85 | 0.07 | 0.35 |
| Hex | 5F | 52 | 5C | 0 | E | 3 | 3F | 13A | 7 | 23 |
| Octal | 137 | 122 | 134 | 0 | 16 | 3 | 77 | 472 | 7 | 43 |
| Binary | 1011111 | 1010010 | 1011100 | 0 | 1110 | 11 | 111111 | 100111010 | 111 | 100011 |
Color Harmonies of #5F525C
Complementary color
Monochromatic Colors of #5F525C
Black with #5F525C
Text Example
Text Example
White with #5F525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F525C; }
p { color: rgb(95,82,92); }
H1.HeaderClassName
{
color: #5F525C;
}
.AnyTagClassName
{
color: #5F525C;
}
</style>
background-color css
<style>
a { background-color: #5F525C; }
a { background-color: rgb(95,82,92); }
div.DivClassName
{
background-color: #5F525C;
}
.BgClassName
{
background-color: #5F525C;
}
</style>
border-color css
<style>
span { border-color: #5F525C; }
span { border-color: rgb(95,82,92); }
td.TdClassName
{
border-color: #5F525C;
}
.TagClassName
{
border-color: #5F525C;
}
</style>