Shades of Dark Slate Grey #285753
Tints of Dark Slate Grey #285753
RGB
CMYK
RGB Variations
Color information
#285753 (or 0x285753) is known color: Dark Slate Grey. HEX triplet: 28, 57 and 53. RGB value is (40,87,83). Sum of RGB (Red+Green+Blue) = 40+87+83=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 87 - color contains mainly: green. Hex color #285753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285753 is #D7A8AC. Grayscale: #484848. Windows color (decimal): -14133421 or 5461800. OLE color: 5461800.
HSL color Cylindrical-coordinate representation of color #285753: hue angle of 174.89º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #285753 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 87 | 83 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.66 |
| HSL | 174.89º | 0.37% | 0.25% | - |
| HSV(B) | 174.89º | 0.54% | 0.34% | - |
| XYZ | 5.84 | 7.89 | 9.4 | - |
| YUV | 72.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 87 | 83 | 0.54 | 0 | 0.05 | 0.66 | 174.89 | 0.37 | 0.25 |
| Hex | 28 | 57 | 53 | 36 | 0 | 5 | 42 | AF | 25 | 19 |
| Octal | 50 | 127 | 123 | 66 | 0 | 5 | 102 | 257 | 45 | 31 |
| Binary | 101000 | 1010111 | 1010011 | 110110 | 0 | 101 | 1000010 | 10101111 | 100101 | 11001 |
Color Harmonies of #285753
Complementary color
Monochromatic Colors of #285753
Black with #285753
Text Example
Text Example
White with #285753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285753; }
p { color: rgb(40,87,83); }
H1.HeaderClassName
{
color: #285753;
}
.AnyTagClassName
{
color: #285753;
}
</style>
background-color css
<style>
a { background-color: #285753; }
a { background-color: rgb(40,87,83); }
div.DivClassName
{
background-color: #285753;
}
.BgClassName
{
background-color: #285753;
}
</style>
border-color css
<style>
span { border-color: #285753; }
span { border-color: rgb(40,87,83); }
td.TdClassName
{
border-color: #285753;
}
.TagClassName
{
border-color: #285753;
}
</style>