Shades of Salt Box #70586C
Tints of Salt Box #70586C
RGB
CMYK
RGB Variations
Color information
#70586C (or 0x70586C) is known color: Salt Box. HEX triplet: 70, 58 and 6C. RGB value is (112,88,108). Sum of RGB (Red+Green+Blue) = 112+88+108=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 112 - color contains mainly: red. Hex color #70586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70586C is #8FA793. Grayscale: #616161. Windows color (decimal): -9414548 or 7100528. OLE color: 7100528.
HSL color Cylindrical-coordinate representation of color #70586C: hue angle of 310º 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 #70586C is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 88 | 108 | - |
| CMYK | 0 | 0.21 | 0.04 | 0.56 |
| HSL | 310º | 0.12% | 0.39% | - |
| HSV(B) | 310º | 0.21% | 0.44% | - |
| XYZ | 12.88 | 11.51 | 15.73 | - |
| YUV | 97.46 | 133.95 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 108 | 0 | 0.21 | 0.04 | 0.56 | 310 | 0.12 | 0.39 |
| Hex | 70 | 58 | 6C | 0 | 15 | 4 | 38 | 136 | C | 27 |
| Octal | 160 | 130 | 154 | 0 | 25 | 4 | 70 | 466 | 14 | 47 |
| Binary | 1110000 | 1011000 | 1101100 | 0 | 10101 | 100 | 111000 | 100110110 | 1100 | 100111 |
Color Harmonies of #70586C
Complementary color
Monochromatic Colors of #70586C
Black with #70586C
Text Example
Text Example
White with #70586C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70586C; }
p { color: rgb(112,88,108); }
H1.HeaderClassName
{
color: #70586C;
}
.AnyTagClassName
{
color: #70586C;
}
</style>
background-color css
<style>
a { background-color: #70586C; }
a { background-color: rgb(112,88,108); }
div.DivClassName
{
background-color: #70586C;
}
.BgClassName
{
background-color: #70586C;
}
</style>
border-color css
<style>
span { border-color: #70586C; }
span { border-color: rgb(112,88,108); }
td.TdClassName
{
border-color: #70586C;
}
.TagClassName
{
border-color: #70586C;
}
</style>