Shades of Dark Slate Grey #285156
Tints of Dark Slate Grey #285156
RGB
CMYK
RGB Variations
Color information
#285156 (or 0x285156) is known color: Dark Slate Grey. HEX triplet: 28, 51 and 56. RGB value is (40,81,86). Sum of RGB (Red+Green+Blue) = 40+81+86=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 86 - color contains mainly: blue. Hex color #285156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285156 is #D7AEA9. Grayscale: #454545. Windows color (decimal): -14134954 or 5656872. OLE color: 5656872.
HSL color Cylindrical-coordinate representation of color #285156: hue angle of 186.52º 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 #285156 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 81 | 86 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.66 |
| HSL | 186.52º | 0.37% | 0.25% | - |
| HSV(B) | 186.52º | 0.53% | 0.34% | - |
| XYZ | 5.5 | 7.01 | 9.87 | - |
| YUV | 69.31 | 137.42 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 81 | 86 | 0.53 | 0.06 | 0 | 0.66 | 186.52 | 0.37 | 0.25 |
| Hex | 28 | 51 | 56 | 35 | 6 | 0 | 42 | BB | 25 | 19 |
| Octal | 50 | 121 | 126 | 65 | 6 | 0 | 102 | 273 | 45 | 31 |
| Binary | 101000 | 1010001 | 1010110 | 110101 | 110 | 0 | 1000010 | 10111011 | 100101 | 11001 |
Color Harmonies of #285156
Complementary color
Monochromatic Colors of #285156
Black with #285156
Text Example
Text Example
White with #285156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285156; }
p { color: rgb(40,81,86); }
H1.HeaderClassName
{
color: #285156;
}
.AnyTagClassName
{
color: #285156;
}
</style>
background-color css
<style>
a { background-color: #285156; }
a { background-color: rgb(40,81,86); }
div.DivClassName
{
background-color: #285156;
}
.BgClassName
{
background-color: #285156;
}
</style>
border-color css
<style>
span { border-color: #285156; }
span { border-color: rgb(40,81,86); }
td.TdClassName
{
border-color: #285156;
}
.TagClassName
{
border-color: #285156;
}
</style>