Shades of Spectra #32544A
Tints of Spectra #32544A
RGB
CMYK
RGB Variations
Color information
#32544A (or 0x32544A) is known color: Spectra. HEX triplet: 32, 54 and 4A. RGB value is (50,84,74). Sum of RGB (Red+Green+Blue) = 50+84+74=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #32544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32544A is #CDABB5. Grayscale: #484848. Windows color (decimal): -13478838 or 4871218. OLE color: 4871218.
HSL color Cylindrical-coordinate representation of color #32544A: hue angle of 162.35º 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 #32544A is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 84 | 74 | - |
| CMYK | 0.40 | 0 | 0.12 | 0.67 |
| HSL | 162.35º | 0.25% | 0.26% | - |
| HSV(B) | 162.35º | 0.4% | 0.33% | - |
| XYZ | 5.72 | 7.51 | 7.63 | - |
| YUV | 72.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 84 | 74 | 0.40 | 0 | 0.12 | 0.67 | 162.35 | 0.25 | 0.26 |
| Hex | 32 | 54 | 4A | 28 | 0 | C | 43 | A2 | 19 | 1A |
| Octal | 62 | 124 | 112 | 50 | 0 | 14 | 103 | 242 | 31 | 32 |
| Binary | 110010 | 1010100 | 1001010 | 101000 | 0 | 1100 | 1000011 | 10100010 | 11001 | 11010 |
Color Harmonies of #32544A
Complementary color
Monochromatic Colors of #32544A
Black with #32544A
Text Example
Text Example
White with #32544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32544A; }
p { color: rgb(50,84,74); }
H1.HeaderClassName
{
color: #32544A;
}
.AnyTagClassName
{
color: #32544A;
}
</style>
background-color css
<style>
a { background-color: #32544A; }
a { background-color: rgb(50,84,74); }
div.DivClassName
{
background-color: #32544A;
}
.BgClassName
{
background-color: #32544A;
}
</style>
border-color css
<style>
span { border-color: #32544A; }
span { border-color: rgb(50,84,74); }
td.TdClassName
{
border-color: #32544A;
}
.TagClassName
{
border-color: #32544A;
}
</style>