Shades of Salt Box #70596E
Tints of Salt Box #70596E
RGB
CMYK
RGB Variations
Color information
#70596E (or 0x70596E) is known color: Salt Box. HEX triplet: 70, 59 and 6E. RGB value is (112,89,110). Sum of RGB (Red+Green+Blue) = 112+89+110=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 112 - color contains mainly: red. Hex color #70596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70596E is #8FA691. Grayscale: #626262. Windows color (decimal): -9414290 or 7231856. OLE color: 7231856.
HSL color Cylindrical-coordinate representation of color #70596E: hue angle of 305.22º 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 #70596E is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 89 | 110 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.56 |
| HSL | 305.22º | 0.11% | 0.39% | - |
| HSV(B) | 305.22º | 0.21% | 0.44% | - |
| XYZ | 13.07 | 11.72 | 16.32 | - |
| YUV | 98.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 110 | 0 | 0.21 | 0.02 | 0.56 | 305.22 | 0.11 | 0.39 |
| Hex | 70 | 59 | 6E | 0 | 15 | 2 | 38 | 131 | B | 27 |
| Octal | 160 | 131 | 156 | 0 | 25 | 2 | 70 | 461 | 13 | 47 |
| Binary | 1110000 | 1011001 | 1101110 | 0 | 10101 | 10 | 111000 | 100110001 | 1011 | 100111 |
Color Harmonies of #70596E
Complementary color
Monochromatic Colors of #70596E
Black with #70596E
Text Example
Text Example
White with #70596E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70596E; }
p { color: rgb(112,89,110); }
H1.HeaderClassName
{
color: #70596E;
}
.AnyTagClassName
{
color: #70596E;
}
</style>
background-color css
<style>
a { background-color: #70596E; }
a { background-color: rgb(112,89,110); }
div.DivClassName
{
background-color: #70596E;
}
.BgClassName
{
background-color: #70596E;
}
</style>
border-color css
<style>
span { border-color: #70596E; }
span { border-color: rgb(112,89,110); }
td.TdClassName
{
border-color: #70596E;
}
.TagClassName
{
border-color: #70596E;
}
</style>