Shades of Salt Box #60515D
Tints of Salt Box #60515D
RGB
CMYK
RGB Variations
Color information
#60515D (or 0x60515D) is known color: Salt Box. HEX triplet: 60, 51 and 5D. RGB value is (96,81,93). Sum of RGB (Red+Green+Blue) = 96+81+93=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 81 (32.03% from 255 or 30% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 96 - color contains mainly: red. Hex color #60515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60515D is #9FAEA2. Grayscale: #565656. Windows color (decimal): -10464931 or 6115680. OLE color: 6115680.
HSL color Cylindrical-coordinate representation of color #60515D: hue angle of 312º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #60515D is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 81 | 93 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.62 |
| HSL | 312º | 0.08% | 0.35% | - |
| HSV(B) | 312º | 0.16% | 0.38% | - |
| XYZ | 9.74 | 9.16 | 11.61 | - |
| YUV | 86.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 93 | 0 | 0.16 | 0.03 | 0.62 | 312 | 0.08 | 0.35 |
| Hex | 60 | 51 | 5D | 0 | 10 | 3 | 3E | 138 | 8 | 23 |
| Octal | 140 | 121 | 135 | 0 | 20 | 3 | 76 | 470 | 10 | 43 |
| Binary | 1100000 | 1010001 | 1011101 | 0 | 10000 | 11 | 111110 | 100111000 | 1000 | 100011 |
Color Harmonies of #60515D
Complementary color
Monochromatic Colors of #60515D
Black with #60515D
Text Example
Text Example
White with #60515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60515D; }
p { color: rgb(96,81,93); }
H1.HeaderClassName
{
color: #60515D;
}
.AnyTagClassName
{
color: #60515D;
}
</style>
background-color css
<style>
a { background-color: #60515D; }
a { background-color: rgb(96,81,93); }
div.DivClassName
{
background-color: #60515D;
}
.BgClassName
{
background-color: #60515D;
}
</style>
border-color css
<style>
span { border-color: #60515D; }
span { border-color: rgb(96,81,93); }
td.TdClassName
{
border-color: #60515D;
}
.TagClassName
{
border-color: #60515D;
}
</style>