Shades of Dark Slate Grey #28595E
Tints of Dark Slate Grey #28595E
RGB
CMYK
RGB Variations
Color information
#28595E (or 0x28595E) is known color: Dark Slate Grey. HEX triplet: 28, 59 and 5E. RGB value is (40,89,94). Sum of RGB (Red+Green+Blue) = 40+89+94=223 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.94% from 223); Green value is 89 (35.16% from 255 or 39.91% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #28595E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28595E is #D7A6A1. Grayscale: #4A4A4A. Windows color (decimal): -14132898 or 6183208. OLE color: 6183208.
HSL color Cylindrical-coordinate representation of color #28595E: hue angle of 185.56º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28595E is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 40 | 89 | 94 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.63 |
| HSL | 185.56º | 0.4% | 0.26% | - |
| HSV(B) | 185.56º | 0.57% | 0.37% | - |
| XYZ | 6.47 | 8.4 | 11.87 | - |
| YUV | 74.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 94 | 0.57 | 0.05 | 0 | 0.63 | 185.56 | 0.4 | 0.26 |
| Hex | 28 | 59 | 5E | 39 | 5 | 0 | 3F | BA | 28 | 1A |
| Octal | 50 | 131 | 136 | 71 | 5 | 0 | 77 | 272 | 50 | 32 |
| Binary | 101000 | 1011001 | 1011110 | 111001 | 101 | 0 | 111111 | 10111010 | 101000 | 11010 |
Color Harmonies of #28595E
Complementary color
Monochromatic Colors of #28595E
Black with #28595E
Text Example
Text Example
White with #28595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28595E; }
p { color: rgb(40,89,94); }
H1.HeaderClassName
{
color: #28595E;
}
.AnyTagClassName
{
color: #28595E;
}
</style>
background-color css
<style>
a { background-color: #28595E; }
a { background-color: rgb(40,89,94); }
div.DivClassName
{
background-color: #28595E;
}
.BgClassName
{
background-color: #28595E;
}
</style>
border-color css
<style>
span { border-color: #28595E; }
span { border-color: rgb(40,89,94); }
td.TdClassName
{
border-color: #28595E;
}
.TagClassName
{
border-color: #28595E;
}
</style>