Shades of Dark Slate Grey #285956
Tints of Dark Slate Grey #285956
RGB
CMYK
RGB Variations
Color information
#285956 (or 0x285956) is known color: Dark Slate Grey. HEX triplet: 28, 59 and 56. RGB value is (40,89,86). Sum of RGB (Red+Green+Blue) = 40+89+86=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #285956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285956 is #D7A6A9. Grayscale: #494949. Windows color (decimal): -14132906 or 5658920. OLE color: 5658920.
HSL color Cylindrical-coordinate representation of color #285956: hue angle of 176.33º 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 #285956 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 89 | 86 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.65 |
| HSL | 176.33º | 0.38% | 0.25% | - |
| HSV(B) | 176.33º | 0.55% | 0.35% | - |
| XYZ | 6.13 | 8.27 | 10.08 | - |
| YUV | 74.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 86 | 0.55 | 0 | 0.03 | 0.65 | 176.33 | 0.38 | 0.25 |
| Hex | 28 | 59 | 56 | 37 | 0 | 3 | 41 | B0 | 26 | 19 |
| Octal | 50 | 131 | 126 | 67 | 0 | 3 | 101 | 260 | 46 | 31 |
| Binary | 101000 | 1011001 | 1010110 | 110111 | 0 | 11 | 1000001 | 10110000 | 100110 | 11001 |
Color Harmonies of #285956
Complementary color
Monochromatic Colors of #285956
Black with #285956
Text Example
Text Example
White with #285956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285956; }
p { color: rgb(40,89,86); }
H1.HeaderClassName
{
color: #285956;
}
.AnyTagClassName
{
color: #285956;
}
</style>
background-color css
<style>
a { background-color: #285956; }
a { background-color: rgb(40,89,86); }
div.DivClassName
{
background-color: #285956;
}
.BgClassName
{
background-color: #285956;
}
</style>
border-color css
<style>
span { border-color: #285956; }
span { border-color: rgb(40,89,86); }
td.TdClassName
{
border-color: #285956;
}
.TagClassName
{
border-color: #285956;
}
</style>