Shades of Salt Box #70556B
Tints of Salt Box #70556B
RGB
CMYK
RGB Variations
Color information
#70556B (or 0x70556B) is known color: Salt Box. HEX triplet: 70, 55 and 6B. RGB value is (112,85,107). Sum of RGB (Red+Green+Blue) = 112+85+107=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 112 - color contains mainly: red. Hex color #70556B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70556B is #8FAA94. Grayscale: #5F5F5F. Windows color (decimal): -9415317 or 7034224. OLE color: 7034224.
HSL color Cylindrical-coordinate representation of color #70556B: hue angle of 311.11º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70556B is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 85 | 107 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.56 |
| HSL | 311.11º | 0.14% | 0.39% | - |
| HSV(B) | 311.11º | 0.24% | 0.44% | - |
| XYZ | 12.58 | 11 | 15.37 | - |
| YUV | 95.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 85 | 107 | 0 | 0.24 | 0.04 | 0.56 | 311.11 | 0.14 | 0.39 |
| Hex | 70 | 55 | 6B | 0 | 18 | 4 | 38 | 137 | E | 27 |
| Octal | 160 | 125 | 153 | 0 | 30 | 4 | 70 | 467 | 16 | 47 |
| Binary | 1110000 | 1010101 | 1101011 | 0 | 11000 | 100 | 111000 | 100110111 | 1110 | 100111 |
Color Harmonies of #70556B
Complementary color
Monochromatic Colors of #70556B
Black with #70556B
Text Example
Text Example
White with #70556B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70556B; }
p { color: rgb(112,85,107); }
H1.HeaderClassName
{
color: #70556B;
}
.AnyTagClassName
{
color: #70556B;
}
</style>
background-color css
<style>
a { background-color: #70556B; }
a { background-color: rgb(112,85,107); }
div.DivClassName
{
background-color: #70556B;
}
.BgClassName
{
background-color: #70556B;
}
</style>
border-color css
<style>
span { border-color: #70556B; }
span { border-color: rgb(112,85,107); }
td.TdClassName
{
border-color: #70556B;
}
.TagClassName
{
border-color: #70556B;
}
</style>