Shades of Dark Slate Grey #245859
Tints of Dark Slate Grey #245859
RGB
CMYK
RGB Variations
Color information
#245859 (or 0x245859) is known color: Dark Slate Grey. HEX triplet: 24, 58 and 59. RGB value is (36,88,89). Sum of RGB (Red+Green+Blue) = 36+88+89=213 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.90% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #245859 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245859 is #DBA7A6. Grayscale: #484848. Windows color (decimal): -14395303 or 5855268. OLE color: 5855268.
HSL color Cylindrical-coordinate representation of color #245859: hue angle of 181.13º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245859 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 88 | 89 | - |
| CMYK | 0.60 | 0.01 | 0 | 0.65 |
| HSL | 181.13º | 0.42% | 0.25% | - |
| HSV(B) | 181.13º | 0.6% | 0.35% | - |
| XYZ | 6.02 | 8.08 | 10.69 | - |
| YUV | 72.57 | 137.27 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 88 | 89 | 0.60 | 0.01 | 0 | 0.65 | 181.13 | 0.42 | 0.25 |
| Hex | 24 | 58 | 59 | 3C | 1 | 0 | 41 | B5 | 2A | 19 |
| Octal | 44 | 130 | 131 | 74 | 1 | 0 | 101 | 265 | 52 | 31 |
| Binary | 100100 | 1011000 | 1011001 | 111100 | 1 | 0 | 1000001 | 10110101 | 101010 | 11001 |
Color Harmonies of #245859
Complementary color
Monochromatic Colors of #245859
Black with #245859
Text Example
Text Example
White with #245859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245859; }
p { color: rgb(36,88,89); }
H1.HeaderClassName
{
color: #245859;
}
.AnyTagClassName
{
color: #245859;
}
</style>
background-color css
<style>
a { background-color: #245859; }
a { background-color: rgb(36,88,89); }
div.DivClassName
{
background-color: #245859;
}
.BgClassName
{
background-color: #245859;
}
</style>
border-color css
<style>
span { border-color: #245859; }
span { border-color: rgb(36,88,89); }
td.TdClassName
{
border-color: #245859;
}
.TagClassName
{
border-color: #245859;
}
</style>