Shades of Salt Box #5D535C
Tints of Salt Box #5D535C
RGB
CMYK
RGB Variations
Color information
#5D535C (or 0x5D535C) is known color: Salt Box. HEX triplet: 5D, 53 and 5C. RGB value is (93,83,92). Sum of RGB (Red+Green+Blue) = 93+83+92=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 93 - color contains mainly: red. Hex color #5D535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D535C is #A2ACA3. Grayscale: #565656. Windows color (decimal): -10661028 or 6050653. OLE color: 6050653.
HSL color Cylindrical-coordinate representation of color #5D535C: hue angle of 306º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5D535C is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 83 | 92 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.64 |
| HSL | 306º | 0.06% | 0.35% | - |
| HSV(B) | 306º | 0.11% | 0.36% | - |
| XYZ | 9.54 | 9.29 | 11.41 | - |
| YUV | 87.02 | 130.81 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 83 | 92 | 0 | 0.11 | 0.01 | 0.64 | 306 | 0.06 | 0.35 |
| Hex | 5D | 53 | 5C | 0 | B | 1 | 40 | 132 | 6 | 23 |
| Octal | 135 | 123 | 134 | 0 | 13 | 1 | 100 | 462 | 6 | 43 |
| Binary | 1011101 | 1010011 | 1011100 | 0 | 1011 | 1 | 1000000 | 100110010 | 110 | 100011 |
Color Harmonies of #5D535C
Complementary color
Monochromatic Colors of #5D535C
Black with #5D535C
Text Example
Text Example
White with #5D535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D535C; }
p { color: rgb(93,83,92); }
H1.HeaderClassName
{
color: #5D535C;
}
.AnyTagClassName
{
color: #5D535C;
}
</style>
background-color css
<style>
a { background-color: #5D535C; }
a { background-color: rgb(93,83,92); }
div.DivClassName
{
background-color: #5D535C;
}
.BgClassName
{
background-color: #5D535C;
}
</style>
border-color css
<style>
span { border-color: #5D535C; }
span { border-color: rgb(93,83,92); }
td.TdClassName
{
border-color: #5D535C;
}
.TagClassName
{
border-color: #5D535C;
}
</style>