Shades of Salt Box #70586B
Tints of Salt Box #70586B
RGB
CMYK
RGB Variations
Color information
#70586B (or 0x70586B) is known color: Salt Box. HEX triplet: 70, 58 and 6B. RGB value is (112,88,107). Sum of RGB (Red+Green+Blue) = 112+88+107=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 112 - color contains mainly: red. Hex color #70586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70586B is #8FA794. Grayscale: #616161. Windows color (decimal): -9414549 or 7034992. OLE color: 7034992.
HSL color Cylindrical-coordinate representation of color #70586B: hue angle of 312.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70586B is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 107 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.56 |
| HSL | 312.5º | 0.12% | 0.39% | - |
| HSV(B) | 312.5º | 0.21% | 0.44% | - |
| XYZ | 12.83 | 11.49 | 15.45 | - |
| YUV | 97.34 | 133.45 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 107 | 0 | 0.21 | 0.04 | 0.56 | 312.5 | 0.12 | 0.39 |
| Hex | 70 | 58 | 6B | 0 | 15 | 4 | 38 | 138 | C | 27 |
| Octal | 160 | 130 | 153 | 0 | 25 | 4 | 70 | 470 | 14 | 47 |
| Binary | 1110000 | 1011000 | 1101011 | 0 | 10101 | 100 | 111000 | 100111000 | 1100 | 100111 |
Color Harmonies of #70586B
Complementary color
Monochromatic Colors of #70586B
Black with #70586B
Text Example
Text Example
White with #70586B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70586B; }
p { color: rgb(112,88,107); }
H1.HeaderClassName
{
color: #70586B;
}
.AnyTagClassName
{
color: #70586B;
}
</style>
background-color css
<style>
a { background-color: #70586B; }
a { background-color: rgb(112,88,107); }
div.DivClassName
{
background-color: #70586B;
}
.BgClassName
{
background-color: #70586B;
}
</style>
border-color css
<style>
span { border-color: #70586B; }
span { border-color: rgb(112,88,107); }
td.TdClassName
{
border-color: #70586B;
}
.TagClassName
{
border-color: #70586B;
}
</style>