Shades of Spectra #32564C
Tints of Spectra #32564C
RGB
CMYK
RGB Variations
Color information
#32564C (or 0x32564C) is known color: Spectra. HEX triplet: 32, 56 and 4C. RGB value is (50,86,76). Sum of RGB (Red+Green+Blue) = 50+86+76=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 76 (30.08% from 255 or 35.85% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #32564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32564C is #CDA9B3. Grayscale: #4A4A4A. Windows color (decimal): -13478324 or 5002802. OLE color: 5002802.
HSL color Cylindrical-coordinate representation of color #32564C: hue angle of 163.33º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #32564C is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 86 | 76 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.66 |
| HSL | 163.33º | 0.26% | 0.27% | - |
| HSV(B) | 163.33º | 0.42% | 0.34% | - |
| XYZ | 5.95 | 7.86 | 8.04 | - |
| YUV | 74.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 86 | 76 | 0.42 | 0 | 0.12 | 0.66 | 163.33 | 0.26 | 0.27 |
| Hex | 32 | 56 | 4C | 2A | 0 | C | 42 | A3 | 1A | 1B |
| Octal | 62 | 126 | 114 | 52 | 0 | 14 | 102 | 243 | 32 | 33 |
| Binary | 110010 | 1010110 | 1001100 | 101010 | 0 | 1100 | 1000010 | 10100011 | 11010 | 11011 |
Color Harmonies of #32564C
Complementary color
Monochromatic Colors of #32564C
Black with #32564C
Text Example
Text Example
White with #32564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32564C; }
p { color: rgb(50,86,76); }
H1.HeaderClassName
{
color: #32564C;
}
.AnyTagClassName
{
color: #32564C;
}
</style>
background-color css
<style>
a { background-color: #32564C; }
a { background-color: rgb(50,86,76); }
div.DivClassName
{
background-color: #32564C;
}
.BgClassName
{
background-color: #32564C;
}
</style>
border-color css
<style>
span { border-color: #32564C; }
span { border-color: rgb(50,86,76); }
td.TdClassName
{
border-color: #32564C;
}
.TagClassName
{
border-color: #32564C;
}
</style>