Shades of Dark Slate Grey #24585D
Tints of Dark Slate Grey #24585D
RGB
CMYK
RGB Variations
Color information
#24585D (or 0x24585D) is known color: Dark Slate Grey. HEX triplet: 24, 58 and 5D. RGB value is (36,88,93). Sum of RGB (Red+Green+Blue) = 36+88+93=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 93 (36.72% from 255 or 42.86% from 217); Max value from RGB is 93 - color contains mainly: blue. Hex color #24585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24585D is #DBA7A2. Grayscale: #484848. Windows color (decimal): -14395299 or 6117412. OLE color: 6117412.
HSL color Cylindrical-coordinate representation of color #24585D: hue angle of 185.26º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24585D is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 88 | 93 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.64 |
| HSL | 185.26º | 0.44% | 0.25% | - |
| HSV(B) | 185.26º | 0.61% | 0.36% | - |
| XYZ | 6.19 | 8.14 | 11.6 | - |
| YUV | 73.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 93 | 0.61 | 0.05 | 0 | 0.64 | 185.26 | 0.44 | 0.25 |
| Hex | 24 | 58 | 5D | 3D | 5 | 0 | 40 | B9 | 2C | 19 |
| Octal | 44 | 130 | 135 | 75 | 5 | 0 | 100 | 271 | 54 | 31 |
| Binary | 100100 | 1011000 | 1011101 | 111101 | 101 | 0 | 1000000 | 10111001 | 101100 | 11001 |
Color Harmonies of #24585D
Complementary color
Monochromatic Colors of #24585D
Black with #24585D
Text Example
Text Example
White with #24585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24585D; }
p { color: rgb(36,88,93); }
H1.HeaderClassName
{
color: #24585D;
}
.AnyTagClassName
{
color: #24585D;
}
</style>
background-color css
<style>
a { background-color: #24585D; }
a { background-color: rgb(36,88,93); }
div.DivClassName
{
background-color: #24585D;
}
.BgClassName
{
background-color: #24585D;
}
</style>
border-color css
<style>
span { border-color: #24585D; }
span { border-color: rgb(36,88,93); }
td.TdClassName
{
border-color: #24585D;
}
.TagClassName
{
border-color: #24585D;
}
</style>