Shades of Spectra #32574D
Tints of Spectra #32574D
RGB
CMYK
RGB Variations
Color information
#32574D (or 0x32574D) is known color: Spectra. HEX triplet: 32, 57 and 4D. RGB value is (50,87,77). Sum of RGB (Red+Green+Blue) = 50+87+77=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 87 - color contains mainly: green. Hex color #32574D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32574D is #CDA8B2. Grayscale: #4A4A4A. Windows color (decimal): -13478067 or 5068594. OLE color: 5068594.
HSL color Cylindrical-coordinate representation of color #32574D: hue angle of 163.78º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #32574D is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 87 | 77 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.66 |
| HSL | 163.78º | 0.27% | 0.27% | - |
| HSV(B) | 163.78º | 0.43% | 0.34% | - |
| XYZ | 6.06 | 8.03 | 8.25 | - |
| YUV | 74.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 77 | 0.43 | 0 | 0.11 | 0.66 | 163.78 | 0.27 | 0.27 |
| Hex | 32 | 57 | 4D | 2B | 0 | B | 42 | A4 | 1B | 1B |
| Octal | 62 | 127 | 115 | 53 | 0 | 13 | 102 | 244 | 33 | 33 |
| Binary | 110010 | 1010111 | 1001101 | 101011 | 0 | 1011 | 1000010 | 10100100 | 11011 | 11011 |
Color Harmonies of #32574D
Complementary color
Monochromatic Colors of #32574D
Black with #32574D
Text Example
Text Example
White with #32574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32574D; }
p { color: rgb(50,87,77); }
H1.HeaderClassName
{
color: #32574D;
}
.AnyTagClassName
{
color: #32574D;
}
</style>
background-color css
<style>
a { background-color: #32574D; }
a { background-color: rgb(50,87,77); }
div.DivClassName
{
background-color: #32574D;
}
.BgClassName
{
background-color: #32574D;
}
</style>
border-color css
<style>
span { border-color: #32574D; }
span { border-color: rgb(50,87,77); }
td.TdClassName
{
border-color: #32574D;
}
.TagClassName
{
border-color: #32574D;
}
</style>