Shades of Dark Slate Grey #20555A
Tints of Dark Slate Grey #20555A
RGB
CMYK
RGB Variations
Color information
#20555A (or 0x20555A) is known color: Dark Slate Grey. HEX triplet: 20, 55 and 5A. RGB value is (32,85,90). Sum of RGB (Red+Green+Blue) = 32+85+90=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #20555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20555A is #DFAAA5. Grayscale: #454545. Windows color (decimal): -14658214 or 5920032. OLE color: 5920032.
HSL color Cylindrical-coordinate representation of color #20555A: hue angle of 185.17º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #20555A is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 32 | 85 | 90 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.65 |
| HSL | 185.17º | 0.48% | 0.24% | - |
| HSV(B) | 185.17º | 0.64% | 0.35% | - |
| XYZ | 5.69 | 7.54 | 10.83 | - |
| YUV | 69.72 | 139.44 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 90 | 0.64 | 0.06 | 0 | 0.65 | 185.17 | 0.48 | 0.24 |
| Hex | 20 | 55 | 5A | 40 | 6 | 0 | 41 | B9 | 30 | 18 |
| Octal | 40 | 125 | 132 | 100 | 6 | 0 | 101 | 271 | 60 | 30 |
| Binary | 100000 | 1010101 | 1011010 | 1000000 | 110 | 0 | 1000001 | 10111001 | 110000 | 11000 |
Color Harmonies of #20555A
Complementary color
Monochromatic Colors of #20555A
Black with #20555A
Text Example
Text Example
White with #20555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20555A; }
p { color: rgb(32,85,90); }
H1.HeaderClassName
{
color: #20555A;
}
.AnyTagClassName
{
color: #20555A;
}
</style>
background-color css
<style>
a { background-color: #20555A; }
a { background-color: rgb(32,85,90); }
div.DivClassName
{
background-color: #20555A;
}
.BgClassName
{
background-color: #20555A;
}
</style>
border-color css
<style>
span { border-color: #20555A; }
span { border-color: rgb(32,85,90); }
td.TdClassName
{
border-color: #20555A;
}
.TagClassName
{
border-color: #20555A;
}
</style>