Shades of Dark Slate Grey #28575C
Tints of Dark Slate Grey #28575C
RGB
CMYK
RGB Variations
Color information
#28575C (or 0x28575C) is known color: Dark Slate Grey. HEX triplet: 28, 57 and 5C. RGB value is (40,87,92). Sum of RGB (Red+Green+Blue) = 40+87+92=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 87 (34.38% from 255 or 39.73% from 219); Blue value is 92 (36.33% from 255 or 42.01% from 219); Max value from RGB is 92 - color contains mainly: blue. Hex color #28575C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28575C is #D7A8A3. Grayscale: #494949. Windows color (decimal): -14133412 or 6051624. OLE color: 6051624.
HSL color Cylindrical-coordinate representation of color #28575C: hue angle of 185.77º degrees, saturation: 0.39, 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 #28575C is Cyan = 0.57, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 87 | 92 | - |
| CMYK | 0.57 | 0.05 | 0 | 0.64 |
| HSL | 185.77º | 0.39% | 0.26% | - |
| HSV(B) | 185.77º | 0.57% | 0.36% | - |
| XYZ | 6.22 | 8.04 | 11.35 | - |
| YUV | 73.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 92 | 0.57 | 0.05 | 0 | 0.64 | 185.77 | 0.39 | 0.26 |
| Hex | 28 | 57 | 5C | 39 | 5 | 0 | 40 | BA | 27 | 1A |
| Octal | 50 | 127 | 134 | 71 | 5 | 0 | 100 | 272 | 47 | 32 |
| Binary | 101000 | 1010111 | 1011100 | 111001 | 101 | 0 | 1000000 | 10111010 | 100111 | 11010 |
Color Harmonies of #28575C
Complementary color
Monochromatic Colors of #28575C
Black with #28575C
Text Example
Text Example
White with #28575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28575C; }
p { color: rgb(40,87,92); }
H1.HeaderClassName
{
color: #28575C;
}
.AnyTagClassName
{
color: #28575C;
}
</style>
background-color css
<style>
a { background-color: #28575C; }
a { background-color: rgb(40,87,92); }
div.DivClassName
{
background-color: #28575C;
}
.BgClassName
{
background-color: #28575C;
}
</style>
border-color css
<style>
span { border-color: #28575C; }
span { border-color: rgb(40,87,92); }
td.TdClassName
{
border-color: #28575C;
}
.TagClassName
{
border-color: #28575C;
}
</style>