Shades of Dark Slate Grey #20534F
Tints of Dark Slate Grey #20534F
RGB
CMYK
RGB Variations
Color information
#20534F (or 0x20534F) is known color: Dark Slate Grey. HEX triplet: 20, 53 and 4F. RGB value is (32,83,79). Sum of RGB (Red+Green+Blue) = 32+83+79=194 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.49% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #20534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20534F is #DFACB0. Grayscale: #434343. Windows color (decimal): -14658737 or 5198624. OLE color: 5198624.
HSL color Cylindrical-coordinate representation of color #20534F: hue angle of 175.29º 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 #20534F is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 32 | 83 | 79 | - |
| CMYK | 0.61 | 0 | 0.05 | 0.67 |
| HSL | 175.29º | 0.44% | 0.23% | - |
| HSV(B) | 175.29º | 0.61% | 0.33% | - |
| XYZ | 5.1 | 7.06 | 8.49 | - |
| YUV | 67.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 83 | 79 | 0.61 | 0 | 0.05 | 0.67 | 175.29 | 0.44 | 0.23 |
| Hex | 20 | 53 | 4F | 3D | 0 | 5 | 43 | AF | 2C | 17 |
| Octal | 40 | 123 | 117 | 75 | 0 | 5 | 103 | 257 | 54 | 27 |
| Binary | 100000 | 1010011 | 1001111 | 111101 | 0 | 101 | 1000011 | 10101111 | 101100 | 10111 |
Color Harmonies of #20534F
Complementary color
Monochromatic Colors of #20534F
Black with #20534F
Text Example
Text Example
White with #20534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20534F; }
p { color: rgb(32,83,79); }
H1.HeaderClassName
{
color: #20534F;
}
.AnyTagClassName
{
color: #20534F;
}
</style>
background-color css
<style>
a { background-color: #20534F; }
a { background-color: rgb(32,83,79); }
div.DivClassName
{
background-color: #20534F;
}
.BgClassName
{
background-color: #20534F;
}
</style>
border-color css
<style>
span { border-color: #20534F; }
span { border-color: rgb(32,83,79); }
td.TdClassName
{
border-color: #20534F;
}
.TagClassName
{
border-color: #20534F;
}
</style>