Shades of Spectra #32574B
Tints of Spectra #32574B
RGB
CMYK
RGB Variations
Color information
#32574B (or 0x32574B) is known color: Spectra. HEX triplet: 32, 57 and 4B. RGB value is (50,87,75). Sum of RGB (Red+Green+Blue) = 50+87+75=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 87 (34.38% from 255 or 41.04% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 87 - color contains mainly: green. Hex color #32574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32574B is #CDA8B4. Grayscale: #4A4A4A. Windows color (decimal): -13478069 or 4937522. OLE color: 4937522.
HSL color Cylindrical-coordinate representation of color #32574B: hue angle of 160.54º 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 #32574B is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 50 | 87 | 75 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.66 |
| HSL | 160.54º | 0.27% | 0.27% | - |
| HSV(B) | 160.54º | 0.43% | 0.34% | - |
| XYZ | 5.99 | 8 | 7.89 | - |
| YUV | 74.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 87 | 75 | 0.43 | 0 | 0.14 | 0.66 | 160.54 | 0.27 | 0.27 |
| Hex | 32 | 57 | 4B | 2B | 0 | E | 42 | A1 | 1B | 1B |
| Octal | 62 | 127 | 113 | 53 | 0 | 16 | 102 | 241 | 33 | 33 |
| Binary | 110010 | 1010111 | 1001011 | 101011 | 0 | 1110 | 1000010 | 10100001 | 11011 | 11011 |
Color Harmonies of #32574B
Complementary color
Monochromatic Colors of #32574B
Black with #32574B
Text Example
Text Example
White with #32574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32574B; }
p { color: rgb(50,87,75); }
H1.HeaderClassName
{
color: #32574B;
}
.AnyTagClassName
{
color: #32574B;
}
</style>
background-color css
<style>
a { background-color: #32574B; }
a { background-color: rgb(50,87,75); }
div.DivClassName
{
background-color: #32574B;
}
.BgClassName
{
background-color: #32574B;
}
</style>
border-color css
<style>
span { border-color: #32574B; }
span { border-color: rgb(50,87,75); }
td.TdClassName
{
border-color: #32574B;
}
.TagClassName
{
border-color: #32574B;
}
</style>