Shades of Dark Slate Grey #28585D
Tints of Dark Slate Grey #28585D
RGB
CMYK
RGB Variations
Color information
#28585D (or 0x28585D) is known color: Dark Slate Grey. HEX triplet: 28, 58 and 5D. RGB value is (40,88,93). Sum of RGB (Red+Green+Blue) = 40+88+93=221 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.10% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #28585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28585D is #D7A7A2. Grayscale: #4A4A4A. Windows color (decimal): -14133155 or 6117416. OLE color: 6117416.
HSL color Cylindrical-coordinate representation of color #28585D: hue angle of 185.66º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28585D is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 88 | 93 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.64 |
| HSL | 185.66º | 0.4% | 0.26% | - |
| HSV(B) | 185.66º | 0.57% | 0.36% | - |
| XYZ | 6.34 | 8.22 | 11.61 | - |
| YUV | 74.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 93 | 0.57 | 0.05 | 0 | 0.64 | 185.66 | 0.4 | 0.26 |
| Hex | 28 | 58 | 5D | 39 | 5 | 0 | 40 | BA | 28 | 1A |
| Octal | 50 | 130 | 135 | 71 | 5 | 0 | 100 | 272 | 50 | 32 |
| Binary | 101000 | 1011000 | 1011101 | 111001 | 101 | 0 | 1000000 | 10111010 | 101000 | 11010 |
Color Harmonies of #28585D
Complementary color
Monochromatic Colors of #28585D
Black with #28585D
Text Example
Text Example
White with #28585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28585D; }
p { color: rgb(40,88,93); }
H1.HeaderClassName
{
color: #28585D;
}
.AnyTagClassName
{
color: #28585D;
}
</style>
background-color css
<style>
a { background-color: #28585D; }
a { background-color: rgb(40,88,93); }
div.DivClassName
{
background-color: #28585D;
}
.BgClassName
{
background-color: #28585D;
}
</style>
border-color css
<style>
span { border-color: #28585D; }
span { border-color: rgb(40,88,93); }
td.TdClassName
{
border-color: #28585D;
}
.TagClassName
{
border-color: #28585D;
}
</style>