Shades of Dark Slate Grey #285854
Tints of Dark Slate Grey #285854
RGB
CMYK
RGB Variations
Color information
#285854 (or 0x285854) is known color: Dark Slate Grey. HEX triplet: 28, 58 and 54. RGB value is (40,88,84). Sum of RGB (Red+Green+Blue) = 40+88+84=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #285854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285854 is #D7A7AB. Grayscale: #494949. Windows color (decimal): -14133164 or 5527592. OLE color: 5527592.
HSL color Cylindrical-coordinate representation of color #285854: hue angle of 175º 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 #285854 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 84 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.65 |
| HSL | 175º | 0.38% | 0.25% | - |
| HSV(B) | 175º | 0.55% | 0.35% | - |
| XYZ | 5.97 | 8.07 | 9.63 | - |
| YUV | 73.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 84 | 0.55 | 0 | 0.05 | 0.65 | 175 | 0.38 | 0.25 |
| Hex | 28 | 58 | 54 | 37 | 0 | 5 | 41 | AF | 26 | 19 |
| Octal | 50 | 130 | 124 | 67 | 0 | 5 | 101 | 257 | 46 | 31 |
| Binary | 101000 | 1011000 | 1010100 | 110111 | 0 | 101 | 1000001 | 10101111 | 100110 | 11001 |
Color Harmonies of #285854
Complementary color
Monochromatic Colors of #285854
Black with #285854
Text Example
Text Example
White with #285854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285854; }
p { color: rgb(40,88,84); }
H1.HeaderClassName
{
color: #285854;
}
.AnyTagClassName
{
color: #285854;
}
</style>
background-color css
<style>
a { background-color: #285854; }
a { background-color: rgb(40,88,84); }
div.DivClassName
{
background-color: #285854;
}
.BgClassName
{
background-color: #285854;
}
</style>
border-color css
<style>
span { border-color: #285854; }
span { border-color: rgb(40,88,84); }
td.TdClassName
{
border-color: #285854;
}
.TagClassName
{
border-color: #285854;
}
</style>