Shades of Spectra #32584E
Tints of Spectra #32584E
RGB
CMYK
RGB Variations
Color information
#32584E (or 0x32584E) is known color: Spectra. HEX triplet: 32, 58 and 4E. RGB value is (50,88,78). Sum of RGB (Red+Green+Blue) = 50+88+78=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 88 (34.77% from 255 or 40.74% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 88 - color contains mainly: green. Hex color #32584E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32584E is #CDA7B1. Grayscale: #4B4B4B. Windows color (decimal): -13477810 or 5134386. OLE color: 5134386.
HSL color Cylindrical-coordinate representation of color #32584E: hue angle of 164.21º 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 #32584E is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 50 | 88 | 78 | - |
| CMYK | 0.43 | 0 | 0.11 | 0.65 |
| HSL | 164.21º | 0.28% | 0.27% | - |
| HSV(B) | 164.21º | 0.43% | 0.35% | - |
| XYZ | 6.18 | 8.21 | 8.47 | - |
| YUV | 75.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 78 | 0.43 | 0 | 0.11 | 0.65 | 164.21 | 0.28 | 0.27 |
| Hex | 32 | 58 | 4E | 2B | 0 | B | 41 | A4 | 1C | 1B |
| Octal | 62 | 130 | 116 | 53 | 0 | 13 | 101 | 244 | 34 | 33 |
| Binary | 110010 | 1011000 | 1001110 | 101011 | 0 | 1011 | 1000001 | 10100100 | 11100 | 11011 |
Color Harmonies of #32584E
Complementary color
Monochromatic Colors of #32584E
Black with #32584E
Text Example
Text Example
White with #32584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32584E; }
p { color: rgb(50,88,78); }
H1.HeaderClassName
{
color: #32584E;
}
.AnyTagClassName
{
color: #32584E;
}
</style>
background-color css
<style>
a { background-color: #32584E; }
a { background-color: rgb(50,88,78); }
div.DivClassName
{
background-color: #32584E;
}
.BgClassName
{
background-color: #32584E;
}
</style>
border-color css
<style>
span { border-color: #32584E; }
span { border-color: rgb(50,88,78); }
td.TdClassName
{
border-color: #32584E;
}
.TagClassName
{
border-color: #32584E;
}
</style>