Shades of Spectra #326653
Tints of Spectra #326653
RGB
CMYK
RGB Variations
Color information
#326653 (or 0x326653) is known color: Spectra. HEX triplet: 32, 66 and 53. RGB value is (50,102,83). Sum of RGB (Red+Green+Blue) = 50+102+83=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #326653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326653 is #CD99AC. Grayscale: #545454. Windows color (decimal): -13474221 or 5465650. OLE color: 5465650.
HSL color Cylindrical-coordinate representation of color #326653: hue angle of 158.08º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #326653 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 102 | 83 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.6 |
| HSL | 158.08º | 0.34% | 0.3% | - |
| HSV(B) | 158.08º | 0.51% | 0.4% | - |
| XYZ | 7.63 | 10.81 | 9.87 | - |
| YUV | 84.29 | 127.27 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 83 | 0.51 | 0 | 0.19 | 0.6 | 158.08 | 0.34 | 0.3 |
| Hex | 32 | 66 | 53 | 33 | 0 | 13 | 3C | 9E | 22 | 1E |
| Octal | 62 | 146 | 123 | 63 | 0 | 23 | 74 | 236 | 42 | 36 |
| Binary | 110010 | 1100110 | 1010011 | 110011 | 0 | 10011 | 111100 | 10011110 | 100010 | 11110 |
Color Harmonies of #326653
Complementary color
Monochromatic Colors of #326653
Black with #326653
Text Example
Text Example
White with #326653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326653; }
p { color: rgb(50,102,83); }
H1.HeaderClassName
{
color: #326653;
}
.AnyTagClassName
{
color: #326653;
}
</style>
background-color css
<style>
a { background-color: #326653; }
a { background-color: rgb(50,102,83); }
div.DivClassName
{
background-color: #326653;
}
.BgClassName
{
background-color: #326653;
}
</style>
border-color css
<style>
span { border-color: #326653; }
span { border-color: rgb(50,102,83); }
td.TdClassName
{
border-color: #326653;
}
.TagClassName
{
border-color: #326653;
}
</style>