Shades of Dark Slate Grey #205755
Tints of Dark Slate Grey #205755
RGB
CMYK
RGB Variations
Color information
#205755 (or 0x205755) is known color: Dark Slate Grey. HEX triplet: 20, 57 and 55. RGB value is (32,87,85). Sum of RGB (Red+Green+Blue) = 32+87+85=204 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.69% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 85 (33.59% from 255 or 41.67% from 204); Max value from RGB is 87 - color contains mainly: green. Hex color #205755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205755 is #DFA8AA. Grayscale: #464646. Windows color (decimal): -14657707 or 5592864. OLE color: 5592864.
HSL color Cylindrical-coordinate representation of color #205755: hue angle of 177.82º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #205755 is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 87 | 85 | - |
| CMYK | 0.63 | 0 | 0.02 | 0.66 |
| HSL | 177.82º | 0.46% | 0.23% | - |
| HSV(B) | 177.82º | 0.63% | 0.34% | - |
| XYZ | 5.64 | 7.78 | 9.8 | - |
| YUV | 70.33 | 136.28 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 85 | 0.63 | 0 | 0.02 | 0.66 | 177.82 | 0.46 | 0.23 |
| Hex | 20 | 57 | 55 | 3F | 0 | 2 | 42 | B2 | 2E | 17 |
| Octal | 40 | 127 | 125 | 77 | 0 | 2 | 102 | 262 | 56 | 27 |
| Binary | 100000 | 1010111 | 1010101 | 111111 | 0 | 10 | 1000010 | 10110010 | 101110 | 10111 |
Color Harmonies of #205755
Complementary color
Monochromatic Colors of #205755
Black with #205755
Text Example
Text Example
White with #205755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205755; }
p { color: rgb(32,87,85); }
H1.HeaderClassName
{
color: #205755;
}
.AnyTagClassName
{
color: #205755;
}
</style>
background-color css
<style>
a { background-color: #205755; }
a { background-color: rgb(32,87,85); }
div.DivClassName
{
background-color: #205755;
}
.BgClassName
{
background-color: #205755;
}
</style>
border-color css
<style>
span { border-color: #205755; }
span { border-color: rgb(32,87,85); }
td.TdClassName
{
border-color: #205755;
}
.TagClassName
{
border-color: #205755;
}
</style>