Shades of Dark Slate Grey #245459
Tints of Dark Slate Grey #245459
RGB
CMYK
RGB Variations
Color information
#245459 (or 0x245459) is known color: Dark Slate Grey. HEX triplet: 24, 54 and 59. RGB value is (36,84,89). Sum of RGB (Red+Green+Blue) = 36+84+89=209 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.22% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 89 (35.16% from 255 or 42.58% from 209); Max value from RGB is 89 - color contains mainly: blue. Hex color #245459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245459 is #DBABA6. Grayscale: #464646. Windows color (decimal): -14396327 or 5854244. OLE color: 5854244.
HSL color Cylindrical-coordinate representation of color #245459: hue angle of 185.66º 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 #245459 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 84 | 89 | - |
| CMYK | 0.60 | 0.06 | 0 | 0.65 |
| HSL | 185.66º | 0.42% | 0.25% | - |
| HSV(B) | 185.66º | 0.6% | 0.35% | - |
| XYZ | 5.7 | 7.44 | 10.59 | - |
| YUV | 70.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 89 | 0.60 | 0.06 | 0 | 0.65 | 185.66 | 0.42 | 0.25 |
| Hex | 24 | 54 | 59 | 3C | 6 | 0 | 41 | BA | 2A | 19 |
| Octal | 44 | 124 | 131 | 74 | 6 | 0 | 101 | 272 | 52 | 31 |
| Binary | 100100 | 1010100 | 1011001 | 111100 | 110 | 0 | 1000001 | 10111010 | 101010 | 11001 |
Color Harmonies of #245459
Complementary color
Monochromatic Colors of #245459
Black with #245459
Text Example
Text Example
White with #245459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245459; }
p { color: rgb(36,84,89); }
H1.HeaderClassName
{
color: #245459;
}
.AnyTagClassName
{
color: #245459;
}
</style>
background-color css
<style>
a { background-color: #245459; }
a { background-color: rgb(36,84,89); }
div.DivClassName
{
background-color: #245459;
}
.BgClassName
{
background-color: #245459;
}
</style>
border-color css
<style>
span { border-color: #245459; }
span { border-color: rgb(36,84,89); }
td.TdClassName
{
border-color: #245459;
}
.TagClassName
{
border-color: #245459;
}
</style>