Shades of Dark Slate Grey #28585A
Tints of Dark Slate Grey #28585A
RGB
CMYK
RGB Variations
Color information
#28585A (or 0x28585A) is known color: Dark Slate Grey. HEX triplet: 28, 58 and 5A. RGB value is (40,88,90). Sum of RGB (Red+Green+Blue) = 40+88+90=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #28585A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28585A is #D7A7A5. Grayscale: #494949. Windows color (decimal): -14133158 or 5920808. OLE color: 5920808.
HSL color Cylindrical-coordinate representation of color #28585A: hue angle of 182.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28585A is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 88 | 90 | - |
| CMYK | 0.56 | 0.02 | 0 | 0.65 |
| HSL | 182.4º | 0.38% | 0.25% | - |
| HSV(B) | 182.4º | 0.56% | 0.35% | - |
| XYZ | 6.21 | 8.17 | 10.92 | - |
| YUV | 73.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 90 | 0.56 | 0.02 | 0 | 0.65 | 182.4 | 0.38 | 0.25 |
| Hex | 28 | 58 | 5A | 38 | 2 | 0 | 41 | B6 | 26 | 19 |
| Octal | 50 | 130 | 132 | 70 | 2 | 0 | 101 | 266 | 46 | 31 |
| Binary | 101000 | 1011000 | 1011010 | 111000 | 10 | 0 | 1000001 | 10110110 | 100110 | 11001 |
Color Harmonies of #28585A
Complementary color
Monochromatic Colors of #28585A
Black with #28585A
Text Example
Text Example
White with #28585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28585A; }
p { color: rgb(40,88,90); }
H1.HeaderClassName
{
color: #28585A;
}
.AnyTagClassName
{
color: #28585A;
}
</style>
background-color css
<style>
a { background-color: #28585A; }
a { background-color: rgb(40,88,90); }
div.DivClassName
{
background-color: #28585A;
}
.BgClassName
{
background-color: #28585A;
}
</style>
border-color css
<style>
span { border-color: #28585A; }
span { border-color: rgb(40,88,90); }
td.TdClassName
{
border-color: #28585A;
}
.TagClassName
{
border-color: #28585A;
}
</style>