Shades of Dark Slate Grey #325055
Tints of Dark Slate Grey #325055
RGB
CMYK
RGB Variations
Color information
#325055 (or 0x325055) is known color: Dark Slate Grey. HEX triplet: 32, 50 and 55. RGB value is (50,80,85). Sum of RGB (Red+Green+Blue) = 50+80+85=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 80 (31.64% from 255 or 37.21% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 85 - color contains mainly: blue. Hex color #325055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325055 is #CDAFAA. Grayscale: #474747. Windows color (decimal): -13479851 or 5591090. OLE color: 5591090.
HSL color Cylindrical-coordinate representation of color #325055: hue angle of 188.57º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #325055 is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 80 | 85 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.67 |
| HSL | 188.57º | 0.26% | 0.26% | - |
| HSV(B) | 188.57º | 0.41% | 0.33% | - |
| XYZ | 5.82 | 7.07 | 9.65 | - |
| YUV | 71.6 | 135.56 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 85 | 0.41 | 0.06 | 0 | 0.67 | 188.57 | 0.26 | 0.26 |
| Hex | 32 | 50 | 55 | 29 | 6 | 0 | 43 | BD | 1A | 1A |
| Octal | 62 | 120 | 125 | 51 | 6 | 0 | 103 | 275 | 32 | 32 |
| Binary | 110010 | 1010000 | 1010101 | 101001 | 110 | 0 | 1000011 | 10111101 | 11010 | 11010 |
Color Harmonies of #325055
Complementary color
Monochromatic Colors of #325055
Black with #325055
Text Example
Text Example
White with #325055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325055; }
p { color: rgb(50,80,85); }
H1.HeaderClassName
{
color: #325055;
}
.AnyTagClassName
{
color: #325055;
}
</style>
background-color css
<style>
a { background-color: #325055; }
a { background-color: rgb(50,80,85); }
div.DivClassName
{
background-color: #325055;
}
.BgClassName
{
background-color: #325055;
}
</style>
border-color css
<style>
span { border-color: #325055; }
span { border-color: rgb(50,80,85); }
td.TdClassName
{
border-color: #325055;
}
.TagClassName
{
border-color: #325055;
}
</style>