Shades of Dark Slate Grey #28575D
Tints of Dark Slate Grey #28575D
RGB
CMYK
RGB Variations
Color information
#28575D (or 0x28575D) is known color: Dark Slate Grey. HEX triplet: 28, 57 and 5D. RGB value is (40,87,93). Sum of RGB (Red+Green+Blue) = 40+87+93=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #28575D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28575D is #D7A8A2. Grayscale: #494949. Windows color (decimal): -14133411 or 6117160. OLE color: 6117160.
HSL color Cylindrical-coordinate representation of color #28575D: hue angle of 186.79º 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 #28575D is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 87 | 93 | - |
| CMYK | 0.57 | 0.06 | 0 | 0.64 |
| HSL | 186.79º | 0.4% | 0.26% | - |
| HSV(B) | 186.79º | 0.57% | 0.36% | - |
| XYZ | 6.26 | 8.06 | 11.58 | - |
| YUV | 73.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 93 | 0.57 | 0.06 | 0 | 0.64 | 186.79 | 0.4 | 0.26 |
| Hex | 28 | 57 | 5D | 39 | 6 | 0 | 40 | BB | 28 | 1A |
| Octal | 50 | 127 | 135 | 71 | 6 | 0 | 100 | 273 | 50 | 32 |
| Binary | 101000 | 1010111 | 1011101 | 111001 | 110 | 0 | 1000000 | 10111011 | 101000 | 11010 |
Color Harmonies of #28575D
Complementary color
Monochromatic Colors of #28575D
Black with #28575D
Text Example
Text Example
White with #28575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28575D; }
p { color: rgb(40,87,93); }
H1.HeaderClassName
{
color: #28575D;
}
.AnyTagClassName
{
color: #28575D;
}
</style>
background-color css
<style>
a { background-color: #28575D; }
a { background-color: rgb(40,87,93); }
div.DivClassName
{
background-color: #28575D;
}
.BgClassName
{
background-color: #28575D;
}
</style>
border-color css
<style>
span { border-color: #28575D; }
span { border-color: rgb(40,87,93); }
td.TdClassName
{
border-color: #28575D;
}
.TagClassName
{
border-color: #28575D;
}
</style>