Shades of Salt Box #60555D
Tints of Salt Box #60555D
RGB
CMYK
RGB Variations
Color information
#60555D (or 0x60555D) is known color: Salt Box. HEX triplet: 60, 55 and 5D. RGB value is (96,85,93). Sum of RGB (Red+Green+Blue) = 96+85+93=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 85 (33.59% from 255 or 31.02% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 96 - color contains mainly: red. Hex color #60555D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60555D is #9FAAA2. Grayscale: #595959. Windows color (decimal): -10463907 or 6116704. OLE color: 6116704.
HSL color Cylindrical-coordinate representation of color #60555D: hue angle of 316.36º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #60555D is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 85 | 93 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.62 |
| HSL | 316.36º | 0.06% | 0.35% | - |
| HSV(B) | 316.36º | 0.11% | 0.38% | - |
| XYZ | 10.05 | 9.77 | 11.71 | - |
| YUV | 89.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 85 | 93 | 0 | 0.11 | 0.03 | 0.62 | 316.36 | 0.06 | 0.35 |
| Hex | 60 | 55 | 5D | 0 | B | 3 | 3E | 13C | 6 | 23 |
| Octal | 140 | 125 | 135 | 0 | 13 | 3 | 76 | 474 | 6 | 43 |
| Binary | 1100000 | 1010101 | 1011101 | 0 | 1011 | 11 | 111110 | 100111100 | 110 | 100011 |
Color Harmonies of #60555D
Complementary color
Monochromatic Colors of #60555D
Black with #60555D
Text Example
Text Example
White with #60555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60555D; }
p { color: rgb(96,85,93); }
H1.HeaderClassName
{
color: #60555D;
}
.AnyTagClassName
{
color: #60555D;
}
</style>
background-color css
<style>
a { background-color: #60555D; }
a { background-color: rgb(96,85,93); }
div.DivClassName
{
background-color: #60555D;
}
.BgClassName
{
background-color: #60555D;
}
</style>
border-color css
<style>
span { border-color: #60555D; }
span { border-color: rgb(96,85,93); }
td.TdClassName
{
border-color: #60555D;
}
.TagClassName
{
border-color: #60555D;
}
</style>