Shades of Dark Slate Grey #28585B
Tints of Dark Slate Grey #28585B
RGB
CMYK
RGB Variations
Color information
#28585B (or 0x28585B) is known color: Dark Slate Grey. HEX triplet: 28, 58 and 5B. RGB value is (40,88,91). Sum of RGB (Red+Green+Blue) = 40+88+91=219 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.26% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #28585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28585B is #D7A7A4. Grayscale: #494949. Windows color (decimal): -14133157 or 5986344. OLE color: 5986344.
HSL color Cylindrical-coordinate representation of color #28585B: hue angle of 183.53º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28585B is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 88 | 91 | - |
| CMYK | 0.56 | 0.03 | 0 | 0.64 |
| HSL | 183.53º | 0.39% | 0.26% | - |
| HSV(B) | 183.53º | 0.56% | 0.36% | - |
| XYZ | 6.25 | 8.19 | 11.15 | - |
| YUV | 73.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 91 | 0.56 | 0.03 | 0 | 0.64 | 183.53 | 0.39 | 0.26 |
| Hex | 28 | 58 | 5B | 38 | 3 | 0 | 40 | B8 | 27 | 1A |
| Octal | 50 | 130 | 133 | 70 | 3 | 0 | 100 | 270 | 47 | 32 |
| Binary | 101000 | 1011000 | 1011011 | 111000 | 11 | 0 | 1000000 | 10111000 | 100111 | 11010 |
Color Harmonies of #28585B
Complementary color
Monochromatic Colors of #28585B
Black with #28585B
Text Example
Text Example
White with #28585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28585B; }
p { color: rgb(40,88,91); }
H1.HeaderClassName
{
color: #28585B;
}
.AnyTagClassName
{
color: #28585B;
}
</style>
background-color css
<style>
a { background-color: #28585B; }
a { background-color: rgb(40,88,91); }
div.DivClassName
{
background-color: #28585B;
}
.BgClassName
{
background-color: #28585B;
}
</style>
border-color css
<style>
span { border-color: #28585B; }
span { border-color: rgb(40,88,91); }
td.TdClassName
{
border-color: #28585B;
}
.TagClassName
{
border-color: #28585B;
}
</style>