Shades of Dark Slate Grey #325152
Tints of Dark Slate Grey #325152
RGB
CMYK
RGB Variations
Color information
#325152 (or 0x325152) is known color: Dark Slate Grey. HEX triplet: 32, 51 and 52. RGB value is (50,81,82). Sum of RGB (Red+Green+Blue) = 50+81+82=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 82 - color contains mainly: blue. Hex color #325152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325152 is #CDAEAD. Grayscale: #474747. Windows color (decimal): -13479598 or 5394738. OLE color: 5394738.
HSL color Cylindrical-coordinate representation of color #325152: hue angle of 181.88º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #325152 is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 82 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.68 |
| HSL | 181.88º | 0.24% | 0.26% | - |
| HSV(B) | 181.88º | 0.39% | 0.32% | - |
| XYZ | 5.78 | 7.17 | 9.06 | - |
| YUV | 71.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 82 | 0.39 | 0.01 | 0 | 0.68 | 181.88 | 0.24 | 0.26 |
| Hex | 32 | 51 | 52 | 27 | 1 | 0 | 44 | B6 | 18 | 1A |
| Octal | 62 | 121 | 122 | 47 | 1 | 0 | 104 | 266 | 30 | 32 |
| Binary | 110010 | 1010001 | 1010010 | 100111 | 1 | 0 | 1000100 | 10110110 | 11000 | 11010 |
Color Harmonies of #325152
Complementary color
Monochromatic Colors of #325152
Black with #325152
Text Example
Text Example
White with #325152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325152; }
p { color: rgb(50,81,82); }
H1.HeaderClassName
{
color: #325152;
}
.AnyTagClassName
{
color: #325152;
}
</style>
background-color css
<style>
a { background-color: #325152; }
a { background-color: rgb(50,81,82); }
div.DivClassName
{
background-color: #325152;
}
.BgClassName
{
background-color: #325152;
}
</style>
border-color css
<style>
span { border-color: #325152; }
span { border-color: rgb(50,81,82); }
td.TdClassName
{
border-color: #325152;
}
.TagClassName
{
border-color: #325152;
}
</style>