Shades of Slate Grey #708593
Tints of Slate Grey #708593
RGB
CMYK
RGB Variations
Color information
#708593 (or 0x708593) is known color: Slate Grey. HEX triplet: 70, 85 and 93. RGB value is (112,133,147). Sum of RGB (Red+Green+Blue) = 112+133+147=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 147 - color contains mainly: blue. Hex color #708593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708593 is #8F7A6C. Grayscale: #808080. Windows color (decimal): -9402989 or 9667952. OLE color: 9667952.
HSL color Cylindrical-coordinate representation of color #708593: hue angle of 204º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #708593 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 112 | 133 | 147 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.42 |
| HSL | 204º | 0.14% | 0.51% | - |
| HSV(B) | 204º | 0.24% | 0.58% | - |
| XYZ | 20.34 | 22.33 | 30.84 | - |
| YUV | 128.32 | 138.54 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 147 | 0.24 | 0.10 | 0 | 0.42 | 204 | 0.14 | 0.51 |
| Hex | 70 | 85 | 93 | 18 | A | 0 | 2A | CC | E | 33 |
| Octal | 160 | 205 | 223 | 30 | 12 | 0 | 52 | 314 | 16 | 63 |
| Binary | 1110000 | 10000101 | 10010011 | 11000 | 1010 | 0 | 101010 | 11001100 | 1110 | 110011 |
Color Harmonies of #708593
Complementary color
Monochromatic Colors of #708593
Black with #708593
Text Example
Text Example
White with #708593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708593; }
p { color: rgb(112,133,147); }
H1.HeaderClassName
{
color: #708593;
}
.AnyTagClassName
{
color: #708593;
}
</style>
background-color css
<style>
a { background-color: #708593; }
a { background-color: rgb(112,133,147); }
div.DivClassName
{
background-color: #708593;
}
.BgClassName
{
background-color: #708593;
}
</style>
border-color css
<style>
span { border-color: #708593; }
span { border-color: rgb(112,133,147); }
td.TdClassName
{
border-color: #708593;
}
.TagClassName
{
border-color: #708593;
}
</style>