Shades of Dark Slate Grey #325254
Tints of Dark Slate Grey #325254
RGB
CMYK
RGB Variations
Color information
#325254 (or 0x325254) is known color: Dark Slate Grey. HEX triplet: 32, 52 and 54. RGB value is (50,82,84). Sum of RGB (Red+Green+Blue) = 50+82+84=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #325254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325254 is #CDADAB. Grayscale: #484848. Windows color (decimal): -13479340 or 5526066. OLE color: 5526066.
HSL color Cylindrical-coordinate representation of color #325254: hue angle of 183.53º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #325254 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 82 | 84 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.67 |
| HSL | 183.53º | 0.25% | 0.26% | - |
| HSV(B) | 183.53º | 0.4% | 0.33% | - |
| XYZ | 5.93 | 7.35 | 9.49 | - |
| YUV | 72.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 84 | 0.40 | 0.02 | 0 | 0.67 | 183.53 | 0.25 | 0.26 |
| Hex | 32 | 52 | 54 | 28 | 2 | 0 | 43 | B8 | 19 | 1A |
| Octal | 62 | 122 | 124 | 50 | 2 | 0 | 103 | 270 | 31 | 32 |
| Binary | 110010 | 1010010 | 1010100 | 101000 | 10 | 0 | 1000011 | 10111000 | 11001 | 11010 |
Color Harmonies of #325254
Complementary color
Monochromatic Colors of #325254
Black with #325254
Text Example
Text Example
White with #325254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325254; }
p { color: rgb(50,82,84); }
H1.HeaderClassName
{
color: #325254;
}
.AnyTagClassName
{
color: #325254;
}
</style>
background-color css
<style>
a { background-color: #325254; }
a { background-color: rgb(50,82,84); }
div.DivClassName
{
background-color: #325254;
}
.BgClassName
{
background-color: #325254;
}
</style>
border-color css
<style>
span { border-color: #325254; }
span { border-color: rgb(50,82,84); }
td.TdClassName
{
border-color: #325254;
}
.TagClassName
{
border-color: #325254;
}
</style>