Shades of Dark Slate Grey #28504B
Tints of Dark Slate Grey #28504B
RGB
CMYK
RGB Variations
Color information
#28504B (or 0x28504B) is known color: Dark Slate Grey. HEX triplet: 28, 50 and 4B. RGB value is (40,80,75). Sum of RGB (Red+Green+Blue) = 40+80+75=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #28504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28504B is #D7AFB4. Grayscale: #434343. Windows color (decimal): -14135221 or 4935720. OLE color: 4935720.
HSL color Cylindrical-coordinate representation of color #28504B: hue angle of 172.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 #28504B is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 80 | 75 | - |
| CMYK | 0.5 | 0 | 0.06 | 0.69 |
| HSL | 172.5º | 0.33% | 0.24% | - |
| HSV(B) | 172.5º | 0.5% | 0.31% | - |
| XYZ | 5.01 | 6.7 | 7.68 | - |
| YUV | 67.47 | 132.25 | 108.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 80 | 75 | 0.5 | 0 | 0.06 | 0.69 | 172.5 | 0.33 | 0.24 |
| Hex | 28 | 50 | 4B | 32 | 0 | 6 | 45 | AC | 21 | 18 |
| Octal | 50 | 120 | 113 | 62 | 0 | 6 | 105 | 254 | 41 | 30 |
| Binary | 101000 | 1010000 | 1001011 | 110010 | 0 | 110 | 1000101 | 10101100 | 100001 | 11000 |
Color Harmonies of #28504B
Complementary color
Monochromatic Colors of #28504B
Black with #28504B
Text Example
Text Example
White with #28504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28504B; }
p { color: rgb(40,80,75); }
H1.HeaderClassName
{
color: #28504B;
}
.AnyTagClassName
{
color: #28504B;
}
</style>
background-color css
<style>
a { background-color: #28504B; }
a { background-color: rgb(40,80,75); }
div.DivClassName
{
background-color: #28504B;
}
.BgClassName
{
background-color: #28504B;
}
</style>
border-color css
<style>
span { border-color: #28504B; }
span { border-color: rgb(40,80,75); }
td.TdClassName
{
border-color: #28504B;
}
.TagClassName
{
border-color: #28504B;
}
</style>