Shades of Dark Slate Grey #205255
Tints of Dark Slate Grey #205255
RGB
CMYK
RGB Variations
Color information
#205255 (or 0x205255) is known color: Dark Slate Grey. HEX triplet: 20, 52 and 55. RGB value is (32,82,85). Sum of RGB (Red+Green+Blue) = 32+82+85=199 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.08% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 85 (33.59% from 255 or 42.71% from 199); Max value from RGB is 85 - color contains mainly: blue. Hex color #205255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205255 is #DFADAA. Grayscale: #434343. Windows color (decimal): -14658987 or 5591584. OLE color: 5591584.
HSL color Cylindrical-coordinate representation of color #205255: hue angle of 183.4º 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 #205255 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 82 | 85 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.67 |
| HSL | 183.4º | 0.45% | 0.23% | - |
| HSV(B) | 183.4º | 0.62% | 0.33% | - |
| XYZ | 5.25 | 7 | 9.67 | - |
| YUV | 67.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 85 | 0.62 | 0.04 | 0 | 0.67 | 183.4 | 0.45 | 0.23 |
| Hex | 20 | 52 | 55 | 3E | 4 | 0 | 43 | B7 | 2D | 17 |
| Octal | 40 | 122 | 125 | 76 | 4 | 0 | 103 | 267 | 55 | 27 |
| Binary | 100000 | 1010010 | 1010101 | 111110 | 100 | 0 | 1000011 | 10110111 | 101101 | 10111 |
Color Harmonies of #205255
Complementary color
Monochromatic Colors of #205255
Black with #205255
Text Example
Text Example
White with #205255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205255; }
p { color: rgb(32,82,85); }
H1.HeaderClassName
{
color: #205255;
}
.AnyTagClassName
{
color: #205255;
}
</style>
background-color css
<style>
a { background-color: #205255; }
a { background-color: rgb(32,82,85); }
div.DivClassName
{
background-color: #205255;
}
.BgClassName
{
background-color: #205255;
}
</style>
border-color css
<style>
span { border-color: #205255; }
span { border-color: rgb(32,82,85); }
td.TdClassName
{
border-color: #205255;
}
.TagClassName
{
border-color: #205255;
}
</style>