Shades of Dark Slate Grey #285958
Tints of Dark Slate Grey #285958
RGB
CMYK
RGB Variations
Color information
#285958 (or 0x285958) is known color: Dark Slate Grey. HEX triplet: 28, 59 and 58. RGB value is (40,89,88). Sum of RGB (Red+Green+Blue) = 40+89+88=217 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.43% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #285958 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285958 is #D7A6A7. Grayscale: #4A4A4A. Windows color (decimal): -14132904 or 5789992. OLE color: 5789992.
HSL color Cylindrical-coordinate representation of color #285958: hue angle of 178.78º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285958 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 89 | 88 | - |
| CMYK | 0.55 | 0 | 0.01 | 0.65 |
| HSL | 178.78º | 0.38% | 0.25% | - |
| HSV(B) | 178.78º | 0.55% | 0.35% | - |
| XYZ | 6.21 | 8.3 | 10.51 | - |
| YUV | 74.24 | 135.77 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 88 | 0.55 | 0 | 0.01 | 0.65 | 178.78 | 0.38 | 0.25 |
| Hex | 28 | 59 | 58 | 37 | 0 | 1 | 41 | B3 | 26 | 19 |
| Octal | 50 | 131 | 130 | 67 | 0 | 1 | 101 | 263 | 46 | 31 |
| Binary | 101000 | 1011001 | 1011000 | 110111 | 0 | 1 | 1000001 | 10110011 | 100110 | 11001 |
Color Harmonies of #285958
Complementary color
Monochromatic Colors of #285958
Black with #285958
Text Example
Text Example
White with #285958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285958; }
p { color: rgb(40,89,88); }
H1.HeaderClassName
{
color: #285958;
}
.AnyTagClassName
{
color: #285958;
}
</style>
background-color css
<style>
a { background-color: #285958; }
a { background-color: rgb(40,89,88); }
div.DivClassName
{
background-color: #285958;
}
.BgClassName
{
background-color: #285958;
}
</style>
border-color css
<style>
span { border-color: #285958; }
span { border-color: rgb(40,89,88); }
td.TdClassName
{
border-color: #285958;
}
.TagClassName
{
border-color: #285958;
}
</style>