Shades of Dark Slate Grey #205353
Tints of Dark Slate Grey #205353
RGB
CMYK
RGB Variations
Color information
#205353 (or 0x205353) is known color: Dark Slate Grey. HEX triplet: 20, 53 and 53. RGB value is (32,83,83). Sum of RGB (Red+Green+Blue) = 32+83+83=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 83 (32.81% from 255 or 41.92% from 198); Blue value is 83 (32.81% from 255 or 41.92% from 198); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #205353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205353 is #DFACAC. Grayscale: #434343. Windows color (decimal): -14658733 or 5460768. OLE color: 5460768.
HSL color Cylindrical-coordinate representation of color #205353: hue angle of 180º 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 #205353 is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 83 | - |
| CMYK | 0.61 | 0 | 0 | 0.67 |
| HSL | 180º | 0.44% | 0.23% | - |
| HSV(B) | 180º | 0.61% | 0.33% | - |
| XYZ | 5.25 | 7.12 | 9.28 | - |
| YUV | 67.75 | 136.6 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 83 | 0.61 | 0 | 0 | 0.67 | 180 | 0.44 | 0.23 |
| Hex | 20 | 53 | 53 | 3D | 0 | 0 | 43 | B4 | 2C | 17 |
| Octal | 40 | 123 | 123 | 75 | 0 | 0 | 103 | 264 | 54 | 27 |
| Binary | 100000 | 1010011 | 1010011 | 111101 | 0 | 0 | 1000011 | 10110100 | 101100 | 10111 |
Color Harmonies of #205353
Complementary color
Monochromatic Colors of #205353
Black with #205353
Text Example
Text Example
White with #205353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205353; }
p { color: rgb(32,83,83); }
H1.HeaderClassName
{
color: #205353;
}
.AnyTagClassName
{
color: #205353;
}
</style>
background-color css
<style>
a { background-color: #205353; }
a { background-color: rgb(32,83,83); }
div.DivClassName
{
background-color: #205353;
}
.BgClassName
{
background-color: #205353;
}
</style>
border-color css
<style>
span { border-color: #205353; }
span { border-color: rgb(32,83,83); }
td.TdClassName
{
border-color: #205353;
}
.TagClassName
{
border-color: #205353;
}
</style>