Shades of Spectra #32584A
Tints of Spectra #32584A
RGB
CMYK
RGB Variations
Color information
#32584A (or 0x32584A) is known color: Spectra. HEX triplet: 32, 58 and 4A. RGB value is (50,88,74). Sum of RGB (Red+Green+Blue) = 50+88+74=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 88 (34.77% from 255 or 41.51% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 88 - color contains mainly: green. Hex color #32584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32584A is #CDA7B5. Grayscale: #4B4B4B. Windows color (decimal): -13477814 or 4872242. OLE color: 4872242.
HSL color Cylindrical-coordinate representation of color #32584A: hue angle of 157.89º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #32584A is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 88 | 74 | - |
| CMYK | 0.43 | 0 | 0.16 | 0.65 |
| HSL | 157.89º | 0.28% | 0.27% | - |
| HSV(B) | 157.89º | 0.43% | 0.35% | - |
| XYZ | 6.04 | 8.15 | 7.73 | - |
| YUV | 75.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 74 | 0.43 | 0 | 0.16 | 0.65 | 157.89 | 0.28 | 0.27 |
| Hex | 32 | 58 | 4A | 2B | 0 | 10 | 41 | 9E | 1C | 1B |
| Octal | 62 | 130 | 112 | 53 | 0 | 20 | 101 | 236 | 34 | 33 |
| Binary | 110010 | 1011000 | 1001010 | 101011 | 0 | 10000 | 1000001 | 10011110 | 11100 | 11011 |
Color Harmonies of #32584A
Complementary color
Monochromatic Colors of #32584A
Black with #32584A
Text Example
Text Example
White with #32584A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32584A; }
p { color: rgb(50,88,74); }
H1.HeaderClassName
{
color: #32584A;
}
.AnyTagClassName
{
color: #32584A;
}
</style>
background-color css
<style>
a { background-color: #32584A; }
a { background-color: rgb(50,88,74); }
div.DivClassName
{
background-color: #32584A;
}
.BgClassName
{
background-color: #32584A;
}
</style>
border-color css
<style>
span { border-color: #32584A; }
span { border-color: rgb(50,88,74); }
td.TdClassName
{
border-color: #32584A;
}
.TagClassName
{
border-color: #32584A;
}
</style>