Shades of Dark Slate Grey #28565C
Tints of Dark Slate Grey #28565C
RGB
CMYK
RGB Variations
Color information
#28565C (or 0x28565C) is known color: Dark Slate Grey. HEX triplet: 28, 56 and 5C. RGB value is (40,86,92). Sum of RGB (Red+Green+Blue) = 40+86+92=218 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.35% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 92 (36.33% from 255 or 42.20% from 218); Max value from RGB is 92 - color contains mainly: blue. Hex color #28565C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28565C is #D7A9A3. Grayscale: #484848. Windows color (decimal): -14133668 or 6051368. OLE color: 6051368.
HSL color Cylindrical-coordinate representation of color #28565C: hue angle of 186.92º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #28565C is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 40 | 86 | 92 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.64 |
| HSL | 186.92º | 0.39% | 0.26% | - |
| HSV(B) | 186.92º | 0.57% | 0.36% | - |
| XYZ | 6.13 | 7.88 | 11.32 | - |
| YUV | 72.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 92 | 0.57 | 0.07 | 0 | 0.64 | 186.92 | 0.39 | 0.26 |
| Hex | 28 | 56 | 5C | 39 | 7 | 0 | 40 | BB | 27 | 1A |
| Octal | 50 | 126 | 134 | 71 | 7 | 0 | 100 | 273 | 47 | 32 |
| Binary | 101000 | 1010110 | 1011100 | 111001 | 111 | 0 | 1000000 | 10111011 | 100111 | 11010 |
Color Harmonies of #28565C
Complementary color
Monochromatic Colors of #28565C
Black with #28565C
Text Example
Text Example
White with #28565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28565C; }
p { color: rgb(40,86,92); }
H1.HeaderClassName
{
color: #28565C;
}
.AnyTagClassName
{
color: #28565C;
}
</style>
background-color css
<style>
a { background-color: #28565C; }
a { background-color: rgb(40,86,92); }
div.DivClassName
{
background-color: #28565C;
}
.BgClassName
{
background-color: #28565C;
}
</style>
border-color css
<style>
span { border-color: #28565C; }
span { border-color: rgb(40,86,92); }
td.TdClassName
{
border-color: #28565C;
}
.TagClassName
{
border-color: #28565C;
}
</style>