Shades of Dark Slate Grey #285557
Tints of Dark Slate Grey #285557
RGB
CMYK
RGB Variations
Color information
#285557 (or 0x285557) is known color: Dark Slate Grey. HEX triplet: 28, 55 and 57. RGB value is (40,85,87). Sum of RGB (Red+Green+Blue) = 40+85+87=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 87 - color contains mainly: blue. Hex color #285557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285557 is #D7AAA8. Grayscale: #474747. Windows color (decimal): -14133929 or 5723432. OLE color: 5723432.
HSL color Cylindrical-coordinate representation of color #285557: hue angle of 182.55º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #285557 is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 85 | 87 | - |
| CMYK | 0.54 | 0.02 | 0 | 0.66 |
| HSL | 182.55º | 0.37% | 0.25% | - |
| HSV(B) | 182.55º | 0.54% | 0.34% | - |
| XYZ | 5.84 | 7.64 | 10.18 | - |
| YUV | 71.77 | 136.59 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 87 | 0.54 | 0.02 | 0 | 0.66 | 182.55 | 0.37 | 0.25 |
| Hex | 28 | 55 | 57 | 36 | 2 | 0 | 42 | B7 | 25 | 19 |
| Octal | 50 | 125 | 127 | 66 | 2 | 0 | 102 | 267 | 45 | 31 |
| Binary | 101000 | 1010101 | 1010111 | 110110 | 10 | 0 | 1000010 | 10110111 | 100101 | 11001 |
Color Harmonies of #285557
Complementary color
Monochromatic Colors of #285557
Black with #285557
Text Example
Text Example
White with #285557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285557; }
p { color: rgb(40,85,87); }
H1.HeaderClassName
{
color: #285557;
}
.AnyTagClassName
{
color: #285557;
}
</style>
background-color css
<style>
a { background-color: #285557; }
a { background-color: rgb(40,85,87); }
div.DivClassName
{
background-color: #285557;
}
.BgClassName
{
background-color: #285557;
}
</style>
border-color css
<style>
span { border-color: #285557; }
span { border-color: rgb(40,85,87); }
td.TdClassName
{
border-color: #285557;
}
.TagClassName
{
border-color: #285557;
}
</style>