Shades of Dark Slate Grey #205253
Tints of Dark Slate Grey #205253
RGB
CMYK
RGB Variations
Color information
#205253 (or 0x205253) is known color: Dark Slate Grey. HEX triplet: 20, 52 and 53. RGB value is (32,82,83). Sum of RGB (Red+Green+Blue) = 32+82+83=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #205253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205253 is #DFADAC. Grayscale: #434343. Windows color (decimal): -14658989 or 5460512. OLE color: 5460512.
HSL color Cylindrical-coordinate representation of color #205253: hue angle of 181.18º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #205253 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 82 | 83 | - |
| CMYK | 0.61 | 0.01 | 0 | 0.67 |
| HSL | 181.18º | 0.44% | 0.23% | - |
| HSV(B) | 181.18º | 0.61% | 0.33% | - |
| XYZ | 5.17 | 6.97 | 9.26 | - |
| YUV | 67.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 83 | 0.61 | 0.01 | 0 | 0.67 | 181.18 | 0.44 | 0.23 |
| Hex | 20 | 52 | 53 | 3D | 1 | 0 | 43 | B5 | 2C | 17 |
| Octal | 40 | 122 | 123 | 75 | 1 | 0 | 103 | 265 | 54 | 27 |
| Binary | 100000 | 1010010 | 1010011 | 111101 | 1 | 0 | 1000011 | 10110101 | 101100 | 10111 |
Color Harmonies of #205253
Complementary color
Monochromatic Colors of #205253
Black with #205253
Text Example
Text Example
White with #205253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205253; }
p { color: rgb(32,82,83); }
H1.HeaderClassName
{
color: #205253;
}
.AnyTagClassName
{
color: #205253;
}
</style>
background-color css
<style>
a { background-color: #205253; }
a { background-color: rgb(32,82,83); }
div.DivClassName
{
background-color: #205253;
}
.BgClassName
{
background-color: #205253;
}
</style>
border-color css
<style>
span { border-color: #205253; }
span { border-color: rgb(32,82,83); }
td.TdClassName
{
border-color: #205253;
}
.TagClassName
{
border-color: #205253;
}
</style>