Shades of Stromboli #326E58
Tints of Stromboli #326E58
RGB
CMYK
RGB Variations
Color information
#326E58 (or 0x326E58) is known color: Stromboli. HEX triplet: 32, 6E and 58. RGB value is (50,110,88). Sum of RGB (Red+Green+Blue) = 50+110+88=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #326E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E58 is #CD91A7. Grayscale: #595959. Windows color (decimal): -13472168 or 5795378. OLE color: 5795378.
HSL color Cylindrical-coordinate representation of color #326E58: hue angle of 158º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E58 is Cyan = 0.55, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 110 | 88 | - |
| CMYK | 0.55 | 0 | 0.2 | 0.57 |
| HSL | 158º | 0.38% | 0.31% | - |
| HSV(B) | 158º | 0.55% | 0.43% | - |
| XYZ | 8.65 | 12.53 | 11.2 | - |
| YUV | 89.55 | 127.12 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 88 | 0.55 | 0 | 0.2 | 0.57 | 158 | 0.38 | 0.31 |
| Hex | 32 | 6E | 58 | 37 | 0 | 14 | 39 | 9E | 26 | 1F |
| Octal | 62 | 156 | 130 | 67 | 0 | 24 | 71 | 236 | 46 | 37 |
| Binary | 110010 | 1101110 | 1011000 | 110111 | 0 | 10100 | 111001 | 10011110 | 100110 | 11111 |
Color Harmonies of #326E58
Complementary color
Monochromatic Colors of #326E58
Black with #326E58
Text Example
Text Example
White with #326E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E58; }
p { color: rgb(50,110,88); }
H1.HeaderClassName
{
color: #326E58;
}
.AnyTagClassName
{
color: #326E58;
}
</style>
background-color css
<style>
a { background-color: #326E58; }
a { background-color: rgb(50,110,88); }
div.DivClassName
{
background-color: #326E58;
}
.BgClassName
{
background-color: #326E58;
}
</style>
border-color css
<style>
span { border-color: #326E58; }
span { border-color: rgb(50,110,88); }
td.TdClassName
{
border-color: #326E58;
}
.TagClassName
{
border-color: #326E58;
}
</style>