Shades of Dark Slate Grey #285559
Tints of Dark Slate Grey #285559
RGB
CMYK
RGB Variations
Color information
#285559 (or 0x285559) is known color: Dark Slate Grey. HEX triplet: 28, 55 and 59. RGB value is (40,85,89). Sum of RGB (Red+Green+Blue) = 40+85+89=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #285559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285559 is #D7AAA6. Grayscale: #474747. Windows color (decimal): -14133927 or 5854504. OLE color: 5854504.
HSL color Cylindrical-coordinate representation of color #285559: hue angle of 184.9º 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 #285559 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 85 | 89 | - |
| CMYK | 0.55 | 0.04 | 0 | 0.65 |
| HSL | 184.9º | 0.38% | 0.25% | - |
| HSV(B) | 184.9º | 0.55% | 0.35% | - |
| XYZ | 5.93 | 7.67 | 10.62 | - |
| YUV | 72 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 89 | 0.55 | 0.04 | 0 | 0.65 | 184.9 | 0.38 | 0.25 |
| Hex | 28 | 55 | 59 | 37 | 4 | 0 | 41 | B9 | 26 | 19 |
| Octal | 50 | 125 | 131 | 67 | 4 | 0 | 101 | 271 | 46 | 31 |
| Binary | 101000 | 1010101 | 1011001 | 110111 | 100 | 0 | 1000001 | 10111001 | 100110 | 11001 |
Color Harmonies of #285559
Complementary color
Monochromatic Colors of #285559
Black with #285559
Text Example
Text Example
White with #285559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285559; }
p { color: rgb(40,85,89); }
H1.HeaderClassName
{
color: #285559;
}
.AnyTagClassName
{
color: #285559;
}
</style>
background-color css
<style>
a { background-color: #285559; }
a { background-color: rgb(40,85,89); }
div.DivClassName
{
background-color: #285559;
}
.BgClassName
{
background-color: #285559;
}
</style>
border-color css
<style>
span { border-color: #285559; }
span { border-color: rgb(40,85,89); }
td.TdClassName
{
border-color: #285559;
}
.TagClassName
{
border-color: #285559;
}
</style>