Shades of Dark Slate Grey #285357
Tints of Dark Slate Grey #285357
RGB
CMYK
RGB Variations
Color information
#285357 (or 0x285357) is known color: Dark Slate Grey. HEX triplet: 28, 53 and 57. RGB value is (40,83,87). Sum of RGB (Red+Green+Blue) = 40+83+87=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #285357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285357 is #D7ACA8. Grayscale: #464646. Windows color (decimal): -14134441 or 5722920. OLE color: 5722920.
HSL color Cylindrical-coordinate representation of color #285357: hue angle of 185.11º 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 #285357 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 40 | 83 | 87 | - |
| CMYK | 0.54 | 0.05 | 0 | 0.66 |
| HSL | 185.11º | 0.37% | 0.25% | - |
| HSV(B) | 185.11º | 0.54% | 0.34% | - |
| XYZ | 5.69 | 7.33 | 10.13 | - |
| YUV | 70.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 87 | 0.54 | 0.05 | 0 | 0.66 | 185.11 | 0.37 | 0.25 |
| Hex | 28 | 53 | 57 | 36 | 5 | 0 | 42 | B9 | 25 | 19 |
| Octal | 50 | 123 | 127 | 66 | 5 | 0 | 102 | 271 | 45 | 31 |
| Binary | 101000 | 1010011 | 1010111 | 110110 | 101 | 0 | 1000010 | 10111001 | 100101 | 11001 |
Color Harmonies of #285357
Complementary color
Monochromatic Colors of #285357
Black with #285357
Text Example
Text Example
White with #285357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285357; }
p { color: rgb(40,83,87); }
H1.HeaderClassName
{
color: #285357;
}
.AnyTagClassName
{
color: #285357;
}
</style>
background-color css
<style>
a { background-color: #285357; }
a { background-color: rgb(40,83,87); }
div.DivClassName
{
background-color: #285357;
}
.BgClassName
{
background-color: #285357;
}
</style>
border-color css
<style>
span { border-color: #285357; }
span { border-color: rgb(40,83,87); }
td.TdClassName
{
border-color: #285357;
}
.TagClassName
{
border-color: #285357;
}
</style>