Shades of Dark Slate Grey #325054
Tints of Dark Slate Grey #325054
RGB
CMYK
RGB Variations
Color information
#325054 (or 0x325054) is known color: Dark Slate Grey. HEX triplet: 32, 50 and 54. RGB value is (50,80,84). Sum of RGB (Red+Green+Blue) = 50+80+84=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 84 - color contains mainly: blue. Hex color #325054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325054 is #CDAFAB. Grayscale: #474747. Windows color (decimal): -13479852 or 5525554. OLE color: 5525554.
HSL color Cylindrical-coordinate representation of color #325054: hue angle of 187.06º 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 #325054 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 80 | 84 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.67 |
| HSL | 187.06º | 0.25% | 0.26% | - |
| HSV(B) | 187.06º | 0.4% | 0.33% | - |
| XYZ | 5.78 | 7.06 | 9.44 | - |
| YUV | 71.49 | 135.06 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 84 | 0.40 | 0.05 | 0 | 0.67 | 187.06 | 0.25 | 0.26 |
| Hex | 32 | 50 | 54 | 28 | 5 | 0 | 43 | BB | 19 | 1A |
| Octal | 62 | 120 | 124 | 50 | 5 | 0 | 103 | 273 | 31 | 32 |
| Binary | 110010 | 1010000 | 1010100 | 101000 | 101 | 0 | 1000011 | 10111011 | 11001 | 11010 |
Color Harmonies of #325054
Complementary color
Monochromatic Colors of #325054
Black with #325054
Text Example
Text Example
White with #325054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325054; }
p { color: rgb(50,80,84); }
H1.HeaderClassName
{
color: #325054;
}
.AnyTagClassName
{
color: #325054;
}
</style>
background-color css
<style>
a { background-color: #325054; }
a { background-color: rgb(50,80,84); }
div.DivClassName
{
background-color: #325054;
}
.BgClassName
{
background-color: #325054;
}
</style>
border-color css
<style>
span { border-color: #325054; }
span { border-color: rgb(50,80,84); }
td.TdClassName
{
border-color: #325054;
}
.TagClassName
{
border-color: #325054;
}
</style>