Shades of Dark Slate Grey #205455
Tints of Dark Slate Grey #205455
RGB
CMYK
RGB Variations
Color information
#205455 (or 0x205455) is known color: Dark Slate Grey. HEX triplet: 20, 54 and 55. RGB value is (32,84,85). Sum of RGB (Red+Green+Blue) = 32+84+85=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #205455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205455 is #DFABAA. Grayscale: #444444. Windows color (decimal): -14658475 or 5592096. OLE color: 5592096.
HSL color Cylindrical-coordinate representation of color #205455: hue angle of 181.13º 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 #205455 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 84 | 85 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.67 |
| HSL | 181.13º | 0.45% | 0.23% | - |
| HSV(B) | 181.13º | 0.62% | 0.33% | - |
| XYZ | 5.41 | 7.3 | 9.72 | - |
| YUV | 68.57 | 137.27 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 85 | 0.62 | 0.01 | 0 | 0.67 | 181.13 | 0.45 | 0.23 |
| Hex | 20 | 54 | 55 | 3E | 1 | 0 | 43 | B5 | 2D | 17 |
| Octal | 40 | 124 | 125 | 76 | 1 | 0 | 103 | 265 | 55 | 27 |
| Binary | 100000 | 1010100 | 1010101 | 111110 | 1 | 0 | 1000011 | 10110101 | 101101 | 10111 |
Color Harmonies of #205455
Complementary color
Monochromatic Colors of #205455
Black with #205455
Text Example
Text Example
White with #205455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205455; }
p { color: rgb(32,84,85); }
H1.HeaderClassName
{
color: #205455;
}
.AnyTagClassName
{
color: #205455;
}
</style>
background-color css
<style>
a { background-color: #205455; }
a { background-color: rgb(32,84,85); }
div.DivClassName
{
background-color: #205455;
}
.BgClassName
{
background-color: #205455;
}
</style>
border-color css
<style>
span { border-color: #205455; }
span { border-color: rgb(32,84,85); }
td.TdClassName
{
border-color: #205455;
}
.TagClassName
{
border-color: #205455;
}
</style>