Shades of Spectra #326B52
Tints of Spectra #326B52
RGB
CMYK
RGB Variations
Color information
#326B52 (or 0x326B52) is known color: Spectra. HEX triplet: 32, 6B and 52. RGB value is (50,107,82). Sum of RGB (Red+Green+Blue) = 50+107+82=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 107 (42.19% from 255 or 44.77% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 107 - color contains mainly: green. Hex color #326B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326B52 is #CD94AD. Grayscale: #575757. Windows color (decimal): -13472942 or 5401394. OLE color: 5401394.
HSL color Cylindrical-coordinate representation of color #326B52: hue angle of 153.68º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326B52 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 107 | 82 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.58 |
| HSL | 153.68º | 0.36% | 0.31% | - |
| HSV(B) | 153.68º | 0.53% | 0.42% | - |
| XYZ | 8.1 | 11.8 | 9.83 | - |
| YUV | 87.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 82 | 0.53 | 0 | 0.23 | 0.58 | 153.68 | 0.36 | 0.31 |
| Hex | 32 | 6B | 52 | 35 | 0 | 17 | 3A | 9A | 24 | 1F |
| Octal | 62 | 153 | 122 | 65 | 0 | 27 | 72 | 232 | 44 | 37 |
| Binary | 110010 | 1101011 | 1010010 | 110101 | 0 | 10111 | 111010 | 10011010 | 100100 | 11111 |
Color Harmonies of #326B52
Complementary color
Monochromatic Colors of #326B52
Black with #326B52
Text Example
Text Example
White with #326B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326B52; }
p { color: rgb(50,107,82); }
H1.HeaderClassName
{
color: #326B52;
}
.AnyTagClassName
{
color: #326B52;
}
</style>
background-color css
<style>
a { background-color: #326B52; }
a { background-color: rgb(50,107,82); }
div.DivClassName
{
background-color: #326B52;
}
.BgClassName
{
background-color: #326B52;
}
</style>
border-color css
<style>
span { border-color: #326B52; }
span { border-color: rgb(50,107,82); }
td.TdClassName
{
border-color: #326B52;
}
.TagClassName
{
border-color: #326B52;
}
</style>