Shades of Dark Slate Grey #32504F
Tints of Dark Slate Grey #32504F
RGB
CMYK
RGB Variations
Color information
#32504F (or 0x32504F) is known color: Dark Slate Grey. HEX triplet: 32, 50 and 4F. RGB value is (50,80,79). Sum of RGB (Red+Green+Blue) = 50+80+79=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 80 - color contains mainly: green. Hex color #32504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32504F is #CDAFB0. Grayscale: #464646. Windows color (decimal): -13479857 or 5197874. OLE color: 5197874.
HSL color Cylindrical-coordinate representation of color #32504F: hue angle of 178º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #32504F is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 80 | 79 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.69 |
| HSL | 178º | 0.23% | 0.25% | - |
| HSV(B) | 178º | 0.38% | 0.31% | - |
| XYZ | 5.6 | 6.98 | 8.45 | - |
| YUV | 70.92 | 132.56 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 79 | 0.37 | 0 | 0.01 | 0.69 | 178 | 0.23 | 0.25 |
| Hex | 32 | 50 | 4F | 25 | 0 | 1 | 45 | B2 | 17 | 19 |
| Octal | 62 | 120 | 117 | 45 | 0 | 1 | 105 | 262 | 27 | 31 |
| Binary | 110010 | 1010000 | 1001111 | 100101 | 0 | 1 | 1000101 | 10110010 | 10111 | 11001 |
Color Harmonies of #32504F
Complementary color
Monochromatic Colors of #32504F
Black with #32504F
Text Example
Text Example
White with #32504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32504F; }
p { color: rgb(50,80,79); }
H1.HeaderClassName
{
color: #32504F;
}
.AnyTagClassName
{
color: #32504F;
}
</style>
background-color css
<style>
a { background-color: #32504F; }
a { background-color: rgb(50,80,79); }
div.DivClassName
{
background-color: #32504F;
}
.BgClassName
{
background-color: #32504F;
}
</style>
border-color css
<style>
span { border-color: #32504F; }
span { border-color: rgb(50,80,79); }
td.TdClassName
{
border-color: #32504F;
}
.TagClassName
{
border-color: #32504F;
}
</style>