Shades of Spectra #326A53
Tints of Spectra #326A53
RGB
CMYK
RGB Variations
Color information
#326A53 (or 0x326A53) is known color: Spectra. HEX triplet: 32, 6A and 53. RGB value is (50,106,83). Sum of RGB (Red+Green+Blue) = 50+106+83=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #326A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326A53 is #CD95AC. Grayscale: #565656. Windows color (decimal): -13473197 or 5466674. OLE color: 5466674.
HSL color Cylindrical-coordinate representation of color #326A53: hue angle of 155.36º 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 #326A53 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 106 | 83 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.58 |
| HSL | 155.36º | 0.36% | 0.31% | - |
| HSV(B) | 155.36º | 0.53% | 0.42% | - |
| XYZ | 8.03 | 11.61 | 10 | - |
| YUV | 86.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 106 | 83 | 0.53 | 0 | 0.22 | 0.58 | 155.36 | 0.36 | 0.31 |
| Hex | 32 | 6A | 53 | 35 | 0 | 16 | 3A | 9B | 24 | 1F |
| Octal | 62 | 152 | 123 | 65 | 0 | 26 | 72 | 233 | 44 | 37 |
| Binary | 110010 | 1101010 | 1010011 | 110101 | 0 | 10110 | 111010 | 10011011 | 100100 | 11111 |
Color Harmonies of #326A53
Complementary color
Monochromatic Colors of #326A53
Black with #326A53
Text Example
Text Example
White with #326A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326A53; }
p { color: rgb(50,106,83); }
H1.HeaderClassName
{
color: #326A53;
}
.AnyTagClassName
{
color: #326A53;
}
</style>
background-color css
<style>
a { background-color: #326A53; }
a { background-color: rgb(50,106,83); }
div.DivClassName
{
background-color: #326A53;
}
.BgClassName
{
background-color: #326A53;
}
</style>
border-color css
<style>
span { border-color: #326A53; }
span { border-color: rgb(50,106,83); }
td.TdClassName
{
border-color: #326A53;
}
.TagClassName
{
border-color: #326A53;
}
</style>