Shades of Salt Box #5D555C
Tints of Salt Box #5D555C
RGB
CMYK
RGB Variations
Color information
#5D555C (or 0x5D555C) is known color: Salt Box. HEX triplet: 5D, 55 and 5C. RGB value is (93,85,92). Sum of RGB (Red+Green+Blue) = 93+85+92=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 85 (33.59% from 255 or 31.48% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 93 - color contains mainly: red. Hex color #5D555C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D555C is #A2AAA3. Grayscale: #585858. Windows color (decimal): -10660516 or 6051165. OLE color: 6051165.
HSL color Cylindrical-coordinate representation of color #5D555C: hue angle of 307.5º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5D555C is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 85 | 92 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.64 |
| HSL | 307.5º | 0.04% | 0.35% | - |
| HSV(B) | 307.5º | 0.09% | 0.36% | - |
| XYZ | 9.69 | 9.6 | 11.47 | - |
| YUV | 88.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 85 | 92 | 0 | 0.09 | 0.01 | 0.64 | 307.5 | 0.04 | 0.35 |
| Hex | 5D | 55 | 5C | 0 | 9 | 1 | 40 | 134 | 4 | 23 |
| Octal | 135 | 125 | 134 | 0 | 11 | 1 | 100 | 464 | 4 | 43 |
| Binary | 1011101 | 1010101 | 1011100 | 0 | 1001 | 1 | 1000000 | 100110100 | 100 | 100011 |
Color Harmonies of #5D555C
Complementary color
Monochromatic Colors of #5D555C
Black with #5D555C
Text Example
Text Example
White with #5D555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D555C; }
p { color: rgb(93,85,92); }
H1.HeaderClassName
{
color: #5D555C;
}
.AnyTagClassName
{
color: #5D555C;
}
</style>
background-color css
<style>
a { background-color: #5D555C; }
a { background-color: rgb(93,85,92); }
div.DivClassName
{
background-color: #5D555C;
}
.BgClassName
{
background-color: #5D555C;
}
</style>
border-color css
<style>
span { border-color: #5D555C; }
span { border-color: rgb(93,85,92); }
td.TdClassName
{
border-color: #5D555C;
}
.TagClassName
{
border-color: #5D555C;
}
</style>