Shades of Dark Slate Grey #284E50
Tints of Dark Slate Grey #284E50
RGB
CMYK
RGB Variations
Color information
#284E50 (or 0x284E50) is known color: Dark Slate Grey. HEX triplet: 28, 4E and 50. RGB value is (40,78,80). Sum of RGB (Red+Green+Blue) = 40+78+80=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #284E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E50 is #D7B1AF. Grayscale: #424242. Windows color (decimal): -14135728 or 5262888. OLE color: 5262888.
HSL color Cylindrical-coordinate representation of color #284E50: hue angle of 183º 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 #284E50 is Cyan = 0.5, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 78 | 80 | - |
| CMYK | 0.5 | 0.02 | 0 | 0.69 |
| HSL | 183º | 0.33% | 0.24% | - |
| HSV(B) | 183º | 0.5% | 0.31% | - |
| XYZ | 5.05 | 6.48 | 8.57 | - |
| YUV | 66.87 | 135.41 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 78 | 80 | 0.5 | 0.02 | 0 | 0.69 | 183 | 0.33 | 0.24 |
| Hex | 28 | 4E | 50 | 32 | 2 | 0 | 45 | B7 | 21 | 18 |
| Octal | 50 | 116 | 120 | 62 | 2 | 0 | 105 | 267 | 41 | 30 |
| Binary | 101000 | 1001110 | 1010000 | 110010 | 10 | 0 | 1000101 | 10110111 | 100001 | 11000 |
Color Harmonies of #284E50
Complementary color
Monochromatic Colors of #284E50
Black with #284E50
Text Example
Text Example
White with #284E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284E50; }
p { color: rgb(40,78,80); }
H1.HeaderClassName
{
color: #284E50;
}
.AnyTagClassName
{
color: #284E50;
}
</style>
background-color css
<style>
a { background-color: #284E50; }
a { background-color: rgb(40,78,80); }
div.DivClassName
{
background-color: #284E50;
}
.BgClassName
{
background-color: #284E50;
}
</style>
border-color css
<style>
span { border-color: #284E50; }
span { border-color: rgb(40,78,80); }
td.TdClassName
{
border-color: #284E50;
}
.TagClassName
{
border-color: #284E50;
}
</style>