Shades of Dark Slate Grey #20534C
Tints of Dark Slate Grey #20534C
RGB
CMYK
RGB Variations
Color information
#20534C (or 0x20534C) is known color: Dark Slate Grey. HEX triplet: 20, 53 and 4C. RGB value is (32,83,76). Sum of RGB (Red+Green+Blue) = 32+83+76=191 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.75% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 76 (30.08% from 255 or 39.79% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #20534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20534C is #DFACB3. Grayscale: #424242. Windows color (decimal): -14658740 or 5002016. OLE color: 5002016.
HSL color Cylindrical-coordinate representation of color #20534C: hue angle of 171.76º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #20534C is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 76 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.67 |
| HSL | 171.76º | 0.44% | 0.23% | - |
| HSV(B) | 171.76º | 0.61% | 0.33% | - |
| XYZ | 4.99 | 7.02 | 7.93 | - |
| YUV | 66.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 76 | 0.61 | 0 | 0.08 | 0.67 | 171.76 | 0.44 | 0.23 |
| Hex | 20 | 53 | 4C | 3D | 0 | 8 | 43 | AC | 2C | 17 |
| Octal | 40 | 123 | 114 | 75 | 0 | 10 | 103 | 254 | 54 | 27 |
| Binary | 100000 | 1010011 | 1001100 | 111101 | 0 | 1000 | 1000011 | 10101100 | 101100 | 10111 |
Color Harmonies of #20534C
Complementary color
Monochromatic Colors of #20534C
Black with #20534C
Text Example
Text Example
White with #20534C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20534C; }
p { color: rgb(32,83,76); }
H1.HeaderClassName
{
color: #20534C;
}
.AnyTagClassName
{
color: #20534C;
}
</style>
background-color css
<style>
a { background-color: #20534C; }
a { background-color: rgb(32,83,76); }
div.DivClassName
{
background-color: #20534C;
}
.BgClassName
{
background-color: #20534C;
}
</style>
border-color css
<style>
span { border-color: #20534C; }
span { border-color: rgb(32,83,76); }
td.TdClassName
{
border-color: #20534C;
}
.TagClassName
{
border-color: #20534C;
}
</style>