Shades of Spectra #325547
Tints of Spectra #325547
RGB
CMYK
RGB Variations
Color information
#325547 (or 0x325547) is known color: Spectra. HEX triplet: 32, 55 and 47. RGB value is (50,85,71). Sum of RGB (Red+Green+Blue) = 50+85+71=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #325547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325547 is #CDAAB8. Grayscale: #484848. Windows color (decimal): -13478585 or 4674866. OLE color: 4674866.
HSL color Cylindrical-coordinate representation of color #325547: hue angle of 156º 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 #325547 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 85 | 71 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.67 |
| HSL | 156º | 0.26% | 0.26% | - |
| HSV(B) | 156º | 0.41% | 0.33% | - |
| XYZ | 5.7 | 7.63 | 7.13 | - |
| YUV | 72.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 85 | 71 | 0.41 | 0 | 0.16 | 0.67 | 156 | 0.26 | 0.26 |
| Hex | 32 | 55 | 47 | 29 | 0 | 10 | 43 | 9C | 1A | 1A |
| Octal | 62 | 125 | 107 | 51 | 0 | 20 | 103 | 234 | 32 | 32 |
| Binary | 110010 | 1010101 | 1000111 | 101001 | 0 | 10000 | 1000011 | 10011100 | 11010 | 11010 |
Color Harmonies of #325547
Complementary color
Monochromatic Colors of #325547
Black with #325547
Text Example
Text Example
White with #325547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325547; }
p { color: rgb(50,85,71); }
H1.HeaderClassName
{
color: #325547;
}
.AnyTagClassName
{
color: #325547;
}
</style>
background-color css
<style>
a { background-color: #325547; }
a { background-color: rgb(50,85,71); }
div.DivClassName
{
background-color: #325547;
}
.BgClassName
{
background-color: #325547;
}
</style>
border-color css
<style>
span { border-color: #325547; }
span { border-color: rgb(50,85,71); }
td.TdClassName
{
border-color: #325547;
}
.TagClassName
{
border-color: #325547;
}
</style>