Shades of Dark Slate Grey #28585C
Tints of Dark Slate Grey #28585C
RGB
CMYK
RGB Variations
Color information
#28585C (or 0x28585C) is known color: Dark Slate Grey. HEX triplet: 28, 58 and 5C. RGB value is (40,88,92). Sum of RGB (Red+Green+Blue) = 40+88+92=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #28585C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28585C is #D7A7A3. Grayscale: #4A4A4A. Windows color (decimal): -14133156 or 6051880. OLE color: 6051880.
HSL color Cylindrical-coordinate representation of color #28585C: hue angle of 184.62º 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 #28585C is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 88 | 92 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.64 |
| HSL | 184.62º | 0.39% | 0.26% | - |
| HSV(B) | 184.62º | 0.57% | 0.36% | - |
| XYZ | 6.3 | 8.2 | 11.38 | - |
| YUV | 74.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 92 | 0.57 | 0.04 | 0 | 0.64 | 184.62 | 0.39 | 0.26 |
| Hex | 28 | 58 | 5C | 39 | 4 | 0 | 40 | B9 | 27 | 1A |
| Octal | 50 | 130 | 134 | 71 | 4 | 0 | 100 | 271 | 47 | 32 |
| Binary | 101000 | 1011000 | 1011100 | 111001 | 100 | 0 | 1000000 | 10111001 | 100111 | 11010 |
Color Harmonies of #28585C
Complementary color
Monochromatic Colors of #28585C
Black with #28585C
Text Example
Text Example
White with #28585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28585C; }
p { color: rgb(40,88,92); }
H1.HeaderClassName
{
color: #28585C;
}
.AnyTagClassName
{
color: #28585C;
}
</style>
background-color css
<style>
a { background-color: #28585C; }
a { background-color: rgb(40,88,92); }
div.DivClassName
{
background-color: #28585C;
}
.BgClassName
{
background-color: #28585C;
}
</style>
border-color css
<style>
span { border-color: #28585C; }
span { border-color: rgb(40,88,92); }
td.TdClassName
{
border-color: #28585C;
}
.TagClassName
{
border-color: #28585C;
}
</style>