Shades of Dark Slate Grey #20524F
Tints of Dark Slate Grey #20524F
RGB
CMYK
RGB Variations
Color information
#20524F (or 0x20524F) is known color: Dark Slate Grey. HEX triplet: 20, 52 and 4F. RGB value is (32,82,79). Sum of RGB (Red+Green+Blue) = 32+82+79=193 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.58% from 193); Green value is 82 (32.42% from 255 or 42.49% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 82 - color contains mainly: green. Hex color #20524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20524F is #DFADB0. Grayscale: #424242. Windows color (decimal): -14658993 or 5198368. OLE color: 5198368.
HSL color Cylindrical-coordinate representation of color #20524F: hue angle of 176.4º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #20524F is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 32 | 82 | 79 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.68 |
| HSL | 176.4º | 0.44% | 0.22% | - |
| HSV(B) | 176.4º | 0.61% | 0.32% | - |
| XYZ | 5.02 | 6.91 | 8.47 | - |
| YUV | 66.71 | 134.94 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 79 | 0.61 | 0 | 0.04 | 0.68 | 176.4 | 0.44 | 0.22 |
| Hex | 20 | 52 | 4F | 3D | 0 | 4 | 44 | B0 | 2C | 16 |
| Octal | 40 | 122 | 117 | 75 | 0 | 4 | 104 | 260 | 54 | 26 |
| Binary | 100000 | 1010010 | 1001111 | 111101 | 0 | 100 | 1000100 | 10110000 | 101100 | 10110 |
Color Harmonies of #20524F
Complementary color
Monochromatic Colors of #20524F
Black with #20524F
Text Example
Text Example
White with #20524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20524F; }
p { color: rgb(32,82,79); }
H1.HeaderClassName
{
color: #20524F;
}
.AnyTagClassName
{
color: #20524F;
}
</style>
background-color css
<style>
a { background-color: #20524F; }
a { background-color: rgb(32,82,79); }
div.DivClassName
{
background-color: #20524F;
}
.BgClassName
{
background-color: #20524F;
}
</style>
border-color css
<style>
span { border-color: #20524F; }
span { border-color: rgb(32,82,79); }
td.TdClassName
{
border-color: #20524F;
}
.TagClassName
{
border-color: #20524F;
}
</style>