Shades of Dark Slate Grey #245453
Tints of Dark Slate Grey #245453
RGB
CMYK
RGB Variations
Color information
#245453 (or 0x245453) is known color: Dark Slate Grey. HEX triplet: 24, 54 and 53. RGB value is (36,84,83). Sum of RGB (Red+Green+Blue) = 36+84+83=203 (26% of max value = 765). Red value is 36 (14.45% from 255 or 17.73% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #245453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245453 is #DBABAC. Grayscale: #454545. Windows color (decimal): -14396333 or 5461028. OLE color: 5461028.
HSL color Cylindrical-coordinate representation of color #245453: hue angle of 178.75º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245453 is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 84 | 83 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.67 |
| HSL | 178.75º | 0.4% | 0.24% | - |
| HSV(B) | 178.75º | 0.57% | 0.33% | - |
| XYZ | 5.46 | 7.34 | 9.31 | - |
| YUV | 69.53 | 135.6 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 83 | 0.57 | 0 | 0.01 | 0.67 | 178.75 | 0.4 | 0.24 |
| Hex | 24 | 54 | 53 | 39 | 0 | 1 | 43 | B3 | 28 | 18 |
| Octal | 44 | 124 | 123 | 71 | 0 | 1 | 103 | 263 | 50 | 30 |
| Binary | 100100 | 1010100 | 1010011 | 111001 | 0 | 1 | 1000011 | 10110011 | 101000 | 11000 |
Color Harmonies of #245453
Complementary color
Monochromatic Colors of #245453
Black with #245453
Text Example
Text Example
White with #245453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245453; }
p { color: rgb(36,84,83); }
H1.HeaderClassName
{
color: #245453;
}
.AnyTagClassName
{
color: #245453;
}
</style>
background-color css
<style>
a { background-color: #245453; }
a { background-color: rgb(36,84,83); }
div.DivClassName
{
background-color: #245453;
}
.BgClassName
{
background-color: #245453;
}
</style>
border-color css
<style>
span { border-color: #245453; }
span { border-color: rgb(36,84,83); }
td.TdClassName
{
border-color: #245453;
}
.TagClassName
{
border-color: #245453;
}
</style>