Shades of Dark Slate Grey #205657
Tints of Dark Slate Grey #205657
RGB
CMYK
RGB Variations
Color information
#205657 (or 0x205657) is known color: Dark Slate Grey. HEX triplet: 20, 56 and 57. RGB value is (32,86,87). Sum of RGB (Red+Green+Blue) = 32+86+87=205 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.61% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 87 (34.38% from 255 or 42.44% from 205); Max value from RGB is 87 - color contains mainly: blue. Hex color #205657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205657 is #DFA9A8. Grayscale: #454545. Windows color (decimal): -14657961 or 5723680. OLE color: 5723680.
HSL color Cylindrical-coordinate representation of color #205657: hue angle of 181.09º 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 #205657 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 32 | 86 | 87 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.66 |
| HSL | 181.09º | 0.46% | 0.23% | - |
| HSV(B) | 181.09º | 0.63% | 0.34% | - |
| XYZ | 5.64 | 7.65 | 10.2 | - |
| YUV | 69.97 | 137.61 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 86 | 87 | 0.63 | 0.01 | 0 | 0.66 | 181.09 | 0.46 | 0.23 |
| Hex | 20 | 56 | 57 | 3F | 1 | 0 | 42 | B5 | 2E | 17 |
| Octal | 40 | 126 | 127 | 77 | 1 | 0 | 102 | 265 | 56 | 27 |
| Binary | 100000 | 1010110 | 1010111 | 111111 | 1 | 0 | 1000010 | 10110101 | 101110 | 10111 |
Color Harmonies of #205657
Complementary color
Monochromatic Colors of #205657
Black with #205657
Text Example
Text Example
White with #205657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205657; }
p { color: rgb(32,86,87); }
H1.HeaderClassName
{
color: #205657;
}
.AnyTagClassName
{
color: #205657;
}
</style>
background-color css
<style>
a { background-color: #205657; }
a { background-color: rgb(32,86,87); }
div.DivClassName
{
background-color: #205657;
}
.BgClassName
{
background-color: #205657;
}
</style>
border-color css
<style>
span { border-color: #205657; }
span { border-color: rgb(32,86,87); }
td.TdClassName
{
border-color: #205657;
}
.TagClassName
{
border-color: #205657;
}
</style>