Shades of Dark Slate Grey #28565A
Tints of Dark Slate Grey #28565A
RGB
CMYK
RGB Variations
Color information
#28565A (or 0x28565A) is known color: Dark Slate Grey. HEX triplet: 28, 56 and 5A. RGB value is (40,86,90). Sum of RGB (Red+Green+Blue) = 40+86+90=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #28565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28565A is #D7A9A5. Grayscale: #484848. Windows color (decimal): -14133670 or 5920296. OLE color: 5920296.
HSL color Cylindrical-coordinate representation of color #28565A: hue angle of 184.8º 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 #28565A is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 86 | 90 | - |
| CMYK | 0.56 | 0.04 | 0 | 0.65 |
| HSL | 184.8º | 0.38% | 0.25% | - |
| HSV(B) | 184.8º | 0.56% | 0.35% | - |
| XYZ | 6.05 | 7.84 | 10.87 | - |
| YUV | 72.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 86 | 90 | 0.56 | 0.04 | 0 | 0.65 | 184.8 | 0.38 | 0.25 |
| Hex | 28 | 56 | 5A | 38 | 4 | 0 | 41 | B9 | 26 | 19 |
| Octal | 50 | 126 | 132 | 70 | 4 | 0 | 101 | 271 | 46 | 31 |
| Binary | 101000 | 1010110 | 1011010 | 111000 | 100 | 0 | 1000001 | 10111001 | 100110 | 11001 |
Color Harmonies of #28565A
Complementary color
Monochromatic Colors of #28565A
Black with #28565A
Text Example
Text Example
White with #28565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28565A; }
p { color: rgb(40,86,90); }
H1.HeaderClassName
{
color: #28565A;
}
.AnyTagClassName
{
color: #28565A;
}
</style>
background-color css
<style>
a { background-color: #28565A; }
a { background-color: rgb(40,86,90); }
div.DivClassName
{
background-color: #28565A;
}
.BgClassName
{
background-color: #28565A;
}
</style>
border-color css
<style>
span { border-color: #28565A; }
span { border-color: rgb(40,86,90); }
td.TdClassName
{
border-color: #28565A;
}
.TagClassName
{
border-color: #28565A;
}
</style>