Shades of Dark Slate Grey #205555
Tints of Dark Slate Grey #205555
RGB
CMYK
RGB Variations
Color information
#205555 (or 0x205555) is known color: Dark Slate Grey. HEX triplet: 20, 55 and 55. RGB value is (32,85,85). Sum of RGB (Red+Green+Blue) = 32+85+85=202 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.84% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 85 (33.59% from 255 or 42.08% from 202); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #205555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205555 is #DFAAAA. Grayscale: #454545. Windows color (decimal): -14658219 or 5592352. OLE color: 5592352.
HSL color Cylindrical-coordinate representation of color #205555: hue angle of 180º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #205555 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 85 | 85 | - |
| CMYK | 0.62 | 0 | 0 | 0.67 |
| HSL | 180º | 0.45% | 0.23% | - |
| HSV(B) | 180º | 0.62% | 0.33% | - |
| XYZ | 5.48 | 7.46 | 9.75 | - |
| YUV | 69.15 | 136.94 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 85 | 0.62 | 0 | 0 | 0.67 | 180 | 0.45 | 0.23 |
| Hex | 20 | 55 | 55 | 3E | 0 | 0 | 43 | B4 | 2D | 17 |
| Octal | 40 | 125 | 125 | 76 | 0 | 0 | 103 | 264 | 55 | 27 |
| Binary | 100000 | 1010101 | 1010101 | 111110 | 0 | 0 | 1000011 | 10110100 | 101101 | 10111 |
Color Harmonies of #205555
Complementary color
Monochromatic Colors of #205555
Black with #205555
Text Example
Text Example
White with #205555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205555; }
p { color: rgb(32,85,85); }
H1.HeaderClassName
{
color: #205555;
}
.AnyTagClassName
{
color: #205555;
}
</style>
background-color css
<style>
a { background-color: #205555; }
a { background-color: rgb(32,85,85); }
div.DivClassName
{
background-color: #205555;
}
.BgClassName
{
background-color: #205555;
}
</style>
border-color css
<style>
span { border-color: #205555; }
span { border-color: rgb(32,85,85); }
td.TdClassName
{
border-color: #205555;
}
.TagClassName
{
border-color: #205555;
}
</style>