Shades of Dark Slate Grey #285855
Tints of Dark Slate Grey #285855
RGB
CMYK
RGB Variations
Color information
#285855 (or 0x285855) is known color: Dark Slate Grey. HEX triplet: 28, 58 and 55. RGB value is (40,88,85). Sum of RGB (Red+Green+Blue) = 40+88+85=213 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.78% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #285855 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285855 is #D7A7AA. Grayscale: #494949. Windows color (decimal): -14133163 or 5593128. OLE color: 5593128.
HSL color Cylindrical-coordinate representation of color #285855: hue angle of 176.25º 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 #285855 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 85 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.65 |
| HSL | 176.25º | 0.38% | 0.25% | - |
| HSV(B) | 176.25º | 0.55% | 0.35% | - |
| XYZ | 6 | 8.09 | 9.84 | - |
| YUV | 73.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 85 | 0.55 | 0 | 0.03 | 0.65 | 176.25 | 0.38 | 0.25 |
| Hex | 28 | 58 | 55 | 37 | 0 | 3 | 41 | B0 | 26 | 19 |
| Octal | 50 | 130 | 125 | 67 | 0 | 3 | 101 | 260 | 46 | 31 |
| Binary | 101000 | 1011000 | 1010101 | 110111 | 0 | 11 | 1000001 | 10110000 | 100110 | 11001 |
Color Harmonies of #285855
Complementary color
Monochromatic Colors of #285855
Black with #285855
Text Example
Text Example
White with #285855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285855; }
p { color: rgb(40,88,85); }
H1.HeaderClassName
{
color: #285855;
}
.AnyTagClassName
{
color: #285855;
}
</style>
background-color css
<style>
a { background-color: #285855; }
a { background-color: rgb(40,88,85); }
div.DivClassName
{
background-color: #285855;
}
.BgClassName
{
background-color: #285855;
}
</style>
border-color css
<style>
span { border-color: #285855; }
span { border-color: rgb(40,88,85); }
td.TdClassName
{
border-color: #285855;
}
.TagClassName
{
border-color: #285855;
}
</style>