Shades of Dark Slate Grey #28504F
Tints of Dark Slate Grey #28504F
RGB
CMYK
RGB Variations
Color information
#28504F (or 0x28504F) is known color: Dark Slate Grey. HEX triplet: 28, 50 and 4F. RGB value is (40,80,79). Sum of RGB (Red+Green+Blue) = 40+80+79=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 80 - color contains mainly: green. Hex color #28504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28504F is #D7AFB0. Grayscale: #434343. Windows color (decimal): -14135217 or 5197864. OLE color: 5197864.
HSL color Cylindrical-coordinate representation of color #28504F: hue angle of 178.5º 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 #28504F is Cyan = 0.5, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 80 | 79 | - |
| CMYK | 0.5 | 0 | 0.01 | 0.69 |
| HSL | 178.5º | 0.33% | 0.24% | - |
| HSV(B) | 178.5º | 0.5% | 0.31% | - |
| XYZ | 5.16 | 6.75 | 8.43 | - |
| YUV | 67.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 79 | 0.5 | 0 | 0.01 | 0.69 | 178.5 | 0.33 | 0.24 |
| Hex | 28 | 50 | 4F | 32 | 0 | 1 | 45 | B2 | 21 | 18 |
| Octal | 50 | 120 | 117 | 62 | 0 | 1 | 105 | 262 | 41 | 30 |
| Binary | 101000 | 1010000 | 1001111 | 110010 | 0 | 1 | 1000101 | 10110010 | 100001 | 11000 |
Color Harmonies of #28504F
Complementary color
Monochromatic Colors of #28504F
Black with #28504F
Text Example
Text Example
White with #28504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28504F; }
p { color: rgb(40,80,79); }
H1.HeaderClassName
{
color: #28504F;
}
.AnyTagClassName
{
color: #28504F;
}
</style>
background-color css
<style>
a { background-color: #28504F; }
a { background-color: rgb(40,80,79); }
div.DivClassName
{
background-color: #28504F;
}
.BgClassName
{
background-color: #28504F;
}
</style>
border-color css
<style>
span { border-color: #28504F; }
span { border-color: rgb(40,80,79); }
td.TdClassName
{
border-color: #28504F;
}
.TagClassName
{
border-color: #28504F;
}
</style>