Shades of Dark Slate Grey #285358
Tints of Dark Slate Grey #285358
RGB
CMYK
RGB Variations
Color information
#285358 (or 0x285358) is known color: Dark Slate Grey. HEX triplet: 28, 53 and 58. RGB value is (40,83,88). Sum of RGB (Red+Green+Blue) = 40+83+88=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 88 (34.77% from 255 or 41.71% from 211); Max value from RGB is 88 - color contains mainly: blue. Hex color #285358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285358 is #D7ACA7. Grayscale: #464646. Windows color (decimal): -14134440 or 5788456. OLE color: 5788456.
HSL color Cylindrical-coordinate representation of color #285358: hue angle of 186.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #285358 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 83 | 88 | - |
| CMYK | 0.55 | 0.06 | 0 | 0.65 |
| HSL | 186.25º | 0.38% | 0.25% | - |
| HSV(B) | 186.25º | 0.55% | 0.35% | - |
| XYZ | 5.73 | 7.34 | 10.35 | - |
| YUV | 70.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 88 | 0.55 | 0.06 | 0 | 0.65 | 186.25 | 0.38 | 0.25 |
| Hex | 28 | 53 | 58 | 37 | 6 | 0 | 41 | BA | 26 | 19 |
| Octal | 50 | 123 | 130 | 67 | 6 | 0 | 101 | 272 | 46 | 31 |
| Binary | 101000 | 1010011 | 1011000 | 110111 | 110 | 0 | 1000001 | 10111010 | 100110 | 11001 |
Color Harmonies of #285358
Complementary color
Monochromatic Colors of #285358
Black with #285358
Text Example
Text Example
White with #285358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285358; }
p { color: rgb(40,83,88); }
H1.HeaderClassName
{
color: #285358;
}
.AnyTagClassName
{
color: #285358;
}
</style>
background-color css
<style>
a { background-color: #285358; }
a { background-color: rgb(40,83,88); }
div.DivClassName
{
background-color: #285358;
}
.BgClassName
{
background-color: #285358;
}
</style>
border-color css
<style>
span { border-color: #285358; }
span { border-color: rgb(40,83,88); }
td.TdClassName
{
border-color: #285358;
}
.TagClassName
{
border-color: #285358;
}
</style>