Shades of Salt Box #70596B
Tints of Salt Box #70596B
RGB
CMYK
RGB Variations
Color information
#70596B (or 0x70596B) is known color: Salt Box. HEX triplet: 70, 59 and 6B. RGB value is (112,89,107). Sum of RGB (Red+Green+Blue) = 112+89+107=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #70596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70596B is #8FA694. Grayscale: #616161. Windows color (decimal): -9414293 or 7035248. OLE color: 7035248.
HSL color Cylindrical-coordinate representation of color #70596B: hue angle of 313.04º degrees, saturation: 0.11, 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 #70596B is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 89 | 107 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.56 |
| HSL | 313.04º | 0.11% | 0.39% | - |
| HSV(B) | 313.04º | 0.21% | 0.44% | - |
| XYZ | 12.91 | 11.65 | 15.48 | - |
| YUV | 97.93 | 133.12 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 107 | 0 | 0.21 | 0.04 | 0.56 | 313.04 | 0.11 | 0.39 |
| Hex | 70 | 59 | 6B | 0 | 15 | 4 | 38 | 139 | B | 27 |
| Octal | 160 | 131 | 153 | 0 | 25 | 4 | 70 | 471 | 13 | 47 |
| Binary | 1110000 | 1011001 | 1101011 | 0 | 10101 | 100 | 111000 | 100111001 | 1011 | 100111 |
Color Harmonies of #70596B
Complementary color
Monochromatic Colors of #70596B
Black with #70596B
Text Example
Text Example
White with #70596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70596B; }
p { color: rgb(112,89,107); }
H1.HeaderClassName
{
color: #70596B;
}
.AnyTagClassName
{
color: #70596B;
}
</style>
background-color css
<style>
a { background-color: #70596B; }
a { background-color: rgb(112,89,107); }
div.DivClassName
{
background-color: #70596B;
}
.BgClassName
{
background-color: #70596B;
}
</style>
border-color css
<style>
span { border-color: #70596B; }
span { border-color: rgb(112,89,107); }
td.TdClassName
{
border-color: #70596B;
}
.TagClassName
{
border-color: #70596B;
}
</style>