Shades of Dark Slate Grey #205053
Tints of Dark Slate Grey #205053
RGB
CMYK
RGB Variations
Color information
#205053 (or 0x205053) is known color: Dark Slate Grey. HEX triplet: 20, 50 and 53. RGB value is (32,80,83). Sum of RGB (Red+Green+Blue) = 32+80+83=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #205053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205053 is #DFAFAC. Grayscale: #414141. Windows color (decimal): -14659501 or 5460000. OLE color: 5460000.
HSL color Cylindrical-coordinate representation of color #205053: hue angle of 183.53º 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 #205053 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 80 | 83 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.67 |
| HSL | 183.53º | 0.44% | 0.23% | - |
| HSV(B) | 183.53º | 0.61% | 0.33% | - |
| XYZ | 5.03 | 6.67 | 9.21 | - |
| YUV | 65.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 83 | 0.61 | 0.04 | 0 | 0.67 | 183.53 | 0.44 | 0.23 |
| Hex | 20 | 50 | 53 | 3D | 4 | 0 | 43 | B8 | 2C | 17 |
| Octal | 40 | 120 | 123 | 75 | 4 | 0 | 103 | 270 | 54 | 27 |
| Binary | 100000 | 1010000 | 1010011 | 111101 | 100 | 0 | 1000011 | 10111000 | 101100 | 10111 |
Color Harmonies of #205053
Complementary color
Monochromatic Colors of #205053
Black with #205053
Text Example
Text Example
White with #205053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205053; }
p { color: rgb(32,80,83); }
H1.HeaderClassName
{
color: #205053;
}
.AnyTagClassName
{
color: #205053;
}
</style>
background-color css
<style>
a { background-color: #205053; }
a { background-color: rgb(32,80,83); }
div.DivClassName
{
background-color: #205053;
}
.BgClassName
{
background-color: #205053;
}
</style>
border-color css
<style>
span { border-color: #205053; }
span { border-color: rgb(32,80,83); }
td.TdClassName
{
border-color: #205053;
}
.TagClassName
{
border-color: #205053;
}
</style>