Shades of Slate Grey #728591
Tints of Slate Grey #728591
RGB
CMYK
RGB Variations
Color information
#728591 (or 0x728591) is known color: Slate Grey. HEX triplet: 72, 85 and 91. RGB value is (114,133,145). Sum of RGB (Red+Green+Blue) = 114+133+145=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 145 - color contains mainly: blue. Hex color #728591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728591 is #8D7A6E. Grayscale: #808080. Windows color (decimal): -9271919 or 9536882. OLE color: 9536882.
HSL color Cylindrical-coordinate representation of color #728591: hue angle of 203.23º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #728591 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 133 | 145 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.43 |
| HSL | 203.23º | 0.12% | 0.51% | - |
| HSV(B) | 203.23º | 0.21% | 0.57% | - |
| XYZ | 20.44 | 22.4 | 30.03 | - |
| YUV | 128.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 145 | 0.21 | 0.08 | 0 | 0.43 | 203.23 | 0.12 | 0.51 |
| Hex | 72 | 85 | 91 | 15 | 8 | 0 | 2B | CB | C | 33 |
| Octal | 162 | 205 | 221 | 25 | 10 | 0 | 53 | 313 | 14 | 63 |
| Binary | 1110010 | 10000101 | 10010001 | 10101 | 1000 | 0 | 101011 | 11001011 | 1100 | 110011 |
Color Harmonies of #728591
Complementary color
Monochromatic Colors of #728591
Black with #728591
Text Example
Text Example
White with #728591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728591; }
p { color: rgb(114,133,145); }
H1.HeaderClassName
{
color: #728591;
}
.AnyTagClassName
{
color: #728591;
}
</style>
background-color css
<style>
a { background-color: #728591; }
a { background-color: rgb(114,133,145); }
div.DivClassName
{
background-color: #728591;
}
.BgClassName
{
background-color: #728591;
}
</style>
border-color css
<style>
span { border-color: #728591; }
span { border-color: rgb(114,133,145); }
td.TdClassName
{
border-color: #728591;
}
.TagClassName
{
border-color: #728591;
}
</style>