Shades of Salt Box #5D545B
Tints of Salt Box #5D545B
RGB
CMYK
RGB Variations
Color information
#5D545B (or 0x5D545B) is known color: Salt Box. HEX triplet: 5D, 54 and 5B. RGB value is (93,84,91). Sum of RGB (Red+Green+Blue) = 93+84+91=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 93 - color contains mainly: red. Hex color #5D545B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D545B is #A2ABA4. Grayscale: #575757. Windows color (decimal): -10660773 or 5985373. OLE color: 5985373.
HSL color Cylindrical-coordinate representation of color #5D545B: hue angle of 313.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D545B is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 84 | 91 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.64 |
| HSL | 313.33º | 0.05% | 0.35% | - |
| HSV(B) | 313.33º | 0.1% | 0.36% | - |
| XYZ | 9.57 | 9.42 | 11.21 | - |
| YUV | 87.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 84 | 91 | 0 | 0.10 | 0.02 | 0.64 | 313.33 | 0.05 | 0.35 |
| Hex | 5D | 54 | 5B | 0 | A | 2 | 40 | 139 | 5 | 23 |
| Octal | 135 | 124 | 133 | 0 | 12 | 2 | 100 | 471 | 5 | 43 |
| Binary | 1011101 | 1010100 | 1011011 | 0 | 1010 | 10 | 1000000 | 100111001 | 101 | 100011 |
Color Harmonies of #5D545B
Complementary color
Monochromatic Colors of #5D545B
Black with #5D545B
Text Example
Text Example
White with #5D545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D545B; }
p { color: rgb(93,84,91); }
H1.HeaderClassName
{
color: #5D545B;
}
.AnyTagClassName
{
color: #5D545B;
}
</style>
background-color css
<style>
a { background-color: #5D545B; }
a { background-color: rgb(93,84,91); }
div.DivClassName
{
background-color: #5D545B;
}
.BgClassName
{
background-color: #5D545B;
}
</style>
border-color css
<style>
span { border-color: #5D545B; }
span { border-color: rgb(93,84,91); }
td.TdClassName
{
border-color: #5D545B;
}
.TagClassName
{
border-color: #5D545B;
}
</style>