Shades of Dark Slate Grey #285653
Tints of Dark Slate Grey #285653
RGB
CMYK
RGB Variations
Color information
#285653 (or 0x285653) is known color: Dark Slate Grey. HEX triplet: 28, 56 and 53. RGB value is (40,86,83). Sum of RGB (Red+Green+Blue) = 40+86+83=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #285653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285653 is #D7A9AC. Grayscale: #474747. Windows color (decimal): -14133677 or 5461544. OLE color: 5461544.
HSL color Cylindrical-coordinate representation of color #285653: hue angle of 176.09º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #285653 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 86 | 83 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.66 |
| HSL | 176.09º | 0.37% | 0.25% | - |
| HSV(B) | 176.09º | 0.53% | 0.34% | - |
| XYZ | 5.76 | 7.73 | 9.37 | - |
| YUV | 71.9 | 134.26 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 83 | 0.53 | 0 | 0.03 | 0.66 | 176.09 | 0.37 | 0.25 |
| Hex | 28 | 56 | 53 | 35 | 0 | 3 | 42 | B0 | 25 | 19 |
| Octal | 50 | 126 | 123 | 65 | 0 | 3 | 102 | 260 | 45 | 31 |
| Binary | 101000 | 1010110 | 1010011 | 110101 | 0 | 11 | 1000010 | 10110000 | 100101 | 11001 |
Color Harmonies of #285653
Complementary color
Monochromatic Colors of #285653
Black with #285653
Text Example
Text Example
White with #285653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285653; }
p { color: rgb(40,86,83); }
H1.HeaderClassName
{
color: #285653;
}
.AnyTagClassName
{
color: #285653;
}
</style>
background-color css
<style>
a { background-color: #285653; }
a { background-color: rgb(40,86,83); }
div.DivClassName
{
background-color: #285653;
}
.BgClassName
{
background-color: #285653;
}
</style>
border-color css
<style>
span { border-color: #285653; }
span { border-color: rgb(40,86,83); }
td.TdClassName
{
border-color: #285653;
}
.TagClassName
{
border-color: #285653;
}
</style>