Shades of Dark Slate Grey #245053
Tints of Dark Slate Grey #245053
RGB
CMYK
RGB Variations
Color information
#245053 (or 0x245053) is known color: Dark Slate Grey. HEX triplet: 24, 50 and 53. RGB value is (36,80,83). Sum of RGB (Red+Green+Blue) = 36+80+83=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 83 (32.81% from 255 or 41.71% from 199); Max value from RGB is 83 - color contains mainly: blue. Hex color #245053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245053 is #DBAFAC. Grayscale: #434343. Windows color (decimal): -14397357 or 5460004. OLE color: 5460004.
HSL color Cylindrical-coordinate representation of color #245053: hue angle of 183.83º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #245053 is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 80 | 83 | - |
| CMYK | 0.57 | 0.04 | 0 | 0.67 |
| HSL | 183.83º | 0.39% | 0.23% | - |
| HSV(B) | 183.83º | 0.57% | 0.33% | - |
| XYZ | 5.16 | 6.74 | 9.21 | - |
| YUV | 67.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 80 | 83 | 0.57 | 0.04 | 0 | 0.67 | 183.83 | 0.39 | 0.23 |
| Hex | 24 | 50 | 53 | 39 | 4 | 0 | 43 | B8 | 27 | 17 |
| Octal | 44 | 120 | 123 | 71 | 4 | 0 | 103 | 270 | 47 | 27 |
| Binary | 100100 | 1010000 | 1010011 | 111001 | 100 | 0 | 1000011 | 10111000 | 100111 | 10111 |
Color Harmonies of #245053
Complementary color
Monochromatic Colors of #245053
Black with #245053
Text Example
Text Example
White with #245053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245053; }
p { color: rgb(36,80,83); }
H1.HeaderClassName
{
color: #245053;
}
.AnyTagClassName
{
color: #245053;
}
</style>
background-color css
<style>
a { background-color: #245053; }
a { background-color: rgb(36,80,83); }
div.DivClassName
{
background-color: #245053;
}
.BgClassName
{
background-color: #245053;
}
</style>
border-color css
<style>
span { border-color: #245053; }
span { border-color: rgb(36,80,83); }
td.TdClassName
{
border-color: #245053;
}
.TagClassName
{
border-color: #245053;
}
</style>