Shades of Stromboli #326C58
Tints of Stromboli #326C58
RGB
CMYK
RGB Variations
Color information
#326C58 (or 0x326C58) is known color: Stromboli. HEX triplet: 32, 6C and 58. RGB value is (50,108,88). Sum of RGB (Red+Green+Blue) = 50+108+88=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #326C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C58 is #CD93A7. Grayscale: #585858. Windows color (decimal): -13472680 or 5794866. OLE color: 5794866.
HSL color Cylindrical-coordinate representation of color #326C58: hue angle of 159.31º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #326C58 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 108 | 88 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.58 |
| HSL | 159.31º | 0.37% | 0.31% | - |
| HSV(B) | 159.31º | 0.54% | 0.42% | - |
| XYZ | 8.44 | 12.11 | 11.12 | - |
| YUV | 88.38 | 127.78 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 88 | 0.54 | 0 | 0.19 | 0.58 | 159.31 | 0.37 | 0.31 |
| Hex | 32 | 6C | 58 | 36 | 0 | 13 | 3A | 9F | 25 | 1F |
| Octal | 62 | 154 | 130 | 66 | 0 | 23 | 72 | 237 | 45 | 37 |
| Binary | 110010 | 1101100 | 1011000 | 110110 | 0 | 10011 | 111010 | 10011111 | 100101 | 11111 |
Color Harmonies of #326C58
Complementary color
Monochromatic Colors of #326C58
Black with #326C58
Text Example
Text Example
White with #326C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C58; }
p { color: rgb(50,108,88); }
H1.HeaderClassName
{
color: #326C58;
}
.AnyTagClassName
{
color: #326C58;
}
</style>
background-color css
<style>
a { background-color: #326C58; }
a { background-color: rgb(50,108,88); }
div.DivClassName
{
background-color: #326C58;
}
.BgClassName
{
background-color: #326C58;
}
</style>
border-color css
<style>
span { border-color: #326C58; }
span { border-color: rgb(50,108,88); }
td.TdClassName
{
border-color: #326C58;
}
.TagClassName
{
border-color: #326C58;
}
</style>