Shades of Dark Slate Grey #285456
Tints of Dark Slate Grey #285456
RGB
CMYK
RGB Variations
Color information
#285456 (or 0x285456) is known color: Dark Slate Grey. HEX triplet: 28, 54 and 56. RGB value is (40,84,86). Sum of RGB (Red+Green+Blue) = 40+84+86=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 86 (33.98% from 255 or 40.95% from 210); Max value from RGB is 86 - color contains mainly: blue. Hex color #285456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285456 is #D7ABA9. Grayscale: #474747. Windows color (decimal): -14134186 or 5657640. OLE color: 5657640.
HSL color Cylindrical-coordinate representation of color #285456: hue angle of 182.61º 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 #285456 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 84 | 86 | - |
| CMYK | 0.53 | 0.02 | 0 | 0.66 |
| HSL | 182.61º | 0.37% | 0.25% | - |
| HSV(B) | 182.61º | 0.53% | 0.34% | - |
| XYZ | 5.73 | 7.46 | 9.94 | - |
| YUV | 71.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 84 | 86 | 0.53 | 0.02 | 0 | 0.66 | 182.61 | 0.37 | 0.25 |
| Hex | 28 | 54 | 56 | 35 | 2 | 0 | 42 | B7 | 25 | 19 |
| Octal | 50 | 124 | 126 | 65 | 2 | 0 | 102 | 267 | 45 | 31 |
| Binary | 101000 | 1010100 | 1010110 | 110101 | 10 | 0 | 1000010 | 10110111 | 100101 | 11001 |
Color Harmonies of #285456
Complementary color
Monochromatic Colors of #285456
Black with #285456
Text Example
Text Example
White with #285456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285456; }
p { color: rgb(40,84,86); }
H1.HeaderClassName
{
color: #285456;
}
.AnyTagClassName
{
color: #285456;
}
</style>
background-color css
<style>
a { background-color: #285456; }
a { background-color: rgb(40,84,86); }
div.DivClassName
{
background-color: #285456;
}
.BgClassName
{
background-color: #285456;
}
</style>
border-color css
<style>
span { border-color: #285456; }
span { border-color: rgb(40,84,86); }
td.TdClassName
{
border-color: #285456;
}
.TagClassName
{
border-color: #285456;
}
</style>