Shades of Salt Box #60565D
Tints of Salt Box #60565D
RGB
CMYK
RGB Variations
Color information
#60565D (or 0x60565D) is known color: Salt Box. HEX triplet: 60, 56 and 5D. RGB value is (96,86,93). Sum of RGB (Red+Green+Blue) = 96+86+93=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 96 - color contains mainly: red. Hex color #60565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60565D is #9FA9A2. Grayscale: #595959. Windows color (decimal): -10463651 or 6116960. OLE color: 6116960.
HSL color Cylindrical-coordinate representation of color #60565D: hue angle of 318º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #60565D is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 86 | 93 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.62 |
| HSL | 318º | 0.05% | 0.36% | - |
| HSV(B) | 318º | 0.1% | 0.38% | - |
| XYZ | 10.13 | 9.93 | 11.74 | - |
| YUV | 89.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 86 | 93 | 0 | 0.10 | 0.03 | 0.62 | 318 | 0.05 | 0.36 |
| Hex | 60 | 56 | 5D | 0 | A | 3 | 3E | 13E | 5 | 24 |
| Octal | 140 | 126 | 135 | 0 | 12 | 3 | 76 | 476 | 5 | 44 |
| Binary | 1100000 | 1010110 | 1011101 | 0 | 1010 | 11 | 111110 | 100111110 | 101 | 100100 |
Color Harmonies of #60565D
Complementary color
Monochromatic Colors of #60565D
Black with #60565D
Text Example
Text Example
White with #60565D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60565D; }
p { color: rgb(96,86,93); }
H1.HeaderClassName
{
color: #60565D;
}
.AnyTagClassName
{
color: #60565D;
}
</style>
background-color css
<style>
a { background-color: #60565D; }
a { background-color: rgb(96,86,93); }
div.DivClassName
{
background-color: #60565D;
}
.BgClassName
{
background-color: #60565D;
}
</style>
border-color css
<style>
span { border-color: #60565D; }
span { border-color: rgb(96,86,93); }
td.TdClassName
{
border-color: #60565D;
}
.TagClassName
{
border-color: #60565D;
}
</style>