Shades of Slate Grey #718590
Tints of Slate Grey #718590
RGB
CMYK
RGB Variations
Color information
#718590 (or 0x718590) is known color: Slate Grey. HEX triplet: 71, 85 and 90. RGB value is (113,133,144). Sum of RGB (Red+Green+Blue) = 113+133+144=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #718590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718590 is #8E7A6F. Grayscale: #808080. Windows color (decimal): -9337456 or 9471345. OLE color: 9471345.
HSL color Cylindrical-coordinate representation of color #718590: hue angle of 201.29º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #718590 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 113 | 133 | 144 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.44 |
| HSL | 201.29º | 0.12% | 0.5% | - |
| HSV(B) | 201.29º | 0.22% | 0.56% | - |
| XYZ | 20.23 | 22.3 | 29.62 | - |
| YUV | 128.27 | 136.87 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 133 | 144 | 0.22 | 0.08 | 0 | 0.44 | 201.29 | 0.12 | 0.5 |
| Hex | 71 | 85 | 90 | 16 | 8 | 0 | 2C | C9 | C | 32 |
| Octal | 161 | 205 | 220 | 26 | 10 | 0 | 54 | 311 | 14 | 62 |
| Binary | 1110001 | 10000101 | 10010000 | 10110 | 1000 | 0 | 101100 | 11001001 | 1100 | 110010 |
Color Harmonies of #718590
Complementary color
Monochromatic Colors of #718590
Black with #718590
Text Example
Text Example
White with #718590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718590; }
p { color: rgb(113,133,144); }
H1.HeaderClassName
{
color: #718590;
}
.AnyTagClassName
{
color: #718590;
}
</style>
background-color css
<style>
a { background-color: #718590; }
a { background-color: rgb(113,133,144); }
div.DivClassName
{
background-color: #718590;
}
.BgClassName
{
background-color: #718590;
}
</style>
border-color css
<style>
span { border-color: #718590; }
span { border-color: rgb(113,133,144); }
td.TdClassName
{
border-color: #718590;
}
.TagClassName
{
border-color: #718590;
}
</style>