Shades of Dark Slate Grey #28504E
Tints of Dark Slate Grey #28504E
RGB
CMYK
RGB Variations
Color information
#28504E (or 0x28504E) is known color: Dark Slate Grey. HEX triplet: 28, 50 and 4E. RGB value is (40,80,78). Sum of RGB (Red+Green+Blue) = 40+80+78=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #28504E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28504E is #D7AFB1. Grayscale: #434343. Windows color (decimal): -14135218 or 5132328. OLE color: 5132328.
HSL color Cylindrical-coordinate representation of color #28504E: hue angle of 177º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #28504E is Cyan = 0.5, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 80 | 78 | - |
| CMYK | 0.5 | 0 | 0.02 | 0.69 |
| HSL | 177º | 0.33% | 0.24% | - |
| HSV(B) | 177º | 0.5% | 0.31% | - |
| XYZ | 5.12 | 6.74 | 8.24 | - |
| YUV | 67.81 | 133.75 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 78 | 0.5 | 0 | 0.02 | 0.69 | 177 | 0.33 | 0.24 |
| Hex | 28 | 50 | 4E | 32 | 0 | 2 | 45 | B1 | 21 | 18 |
| Octal | 50 | 120 | 116 | 62 | 0 | 2 | 105 | 261 | 41 | 30 |
| Binary | 101000 | 1010000 | 1001110 | 110010 | 0 | 10 | 1000101 | 10110001 | 100001 | 11000 |
Color Harmonies of #28504E
Complementary color
Monochromatic Colors of #28504E
Black with #28504E
Text Example
Text Example
White with #28504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28504E; }
p { color: rgb(40,80,78); }
H1.HeaderClassName
{
color: #28504E;
}
.AnyTagClassName
{
color: #28504E;
}
</style>
background-color css
<style>
a { background-color: #28504E; }
a { background-color: rgb(40,80,78); }
div.DivClassName
{
background-color: #28504E;
}
.BgClassName
{
background-color: #28504E;
}
</style>
border-color css
<style>
span { border-color: #28504E; }
span { border-color: rgb(40,80,78); }
td.TdClassName
{
border-color: #28504E;
}
.TagClassName
{
border-color: #28504E;
}
</style>