Shades of Dark Slate Grey #285759
Tints of Dark Slate Grey #285759
RGB
CMYK
RGB Variations
Color information
#285759 (or 0x285759) is known color: Dark Slate Grey. HEX triplet: 28, 57 and 59. RGB value is (40,87,89). Sum of RGB (Red+Green+Blue) = 40+87+89=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #285759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285759 is #D7A8A6. Grayscale: #494949. Windows color (decimal): -14133415 or 5855016. OLE color: 5855016.
HSL color Cylindrical-coordinate representation of color #285759: hue angle of 182.45º 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 #285759 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 87 | 89 | - |
| CMYK | 0.55 | 0.02 | 0 | 0.65 |
| HSL | 182.45º | 0.38% | 0.25% | - |
| HSV(B) | 182.45º | 0.55% | 0.35% | - |
| XYZ | 6.09 | 7.99 | 10.67 | - |
| YUV | 73.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 89 | 0.55 | 0.02 | 0 | 0.65 | 182.45 | 0.38 | 0.25 |
| Hex | 28 | 57 | 59 | 37 | 2 | 0 | 41 | B6 | 26 | 19 |
| Octal | 50 | 127 | 131 | 67 | 2 | 0 | 101 | 266 | 46 | 31 |
| Binary | 101000 | 1010111 | 1011001 | 110111 | 10 | 0 | 1000001 | 10110110 | 100110 | 11001 |
Color Harmonies of #285759
Complementary color
Monochromatic Colors of #285759
Black with #285759
Text Example
Text Example
White with #285759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285759; }
p { color: rgb(40,87,89); }
H1.HeaderClassName
{
color: #285759;
}
.AnyTagClassName
{
color: #285759;
}
</style>
background-color css
<style>
a { background-color: #285759; }
a { background-color: rgb(40,87,89); }
div.DivClassName
{
background-color: #285759;
}
.BgClassName
{
background-color: #285759;
}
</style>
border-color css
<style>
span { border-color: #285759; }
span { border-color: rgb(40,87,89); }
td.TdClassName
{
border-color: #285759;
}
.TagClassName
{
border-color: #285759;
}
</style>