Shades of Stromboli #356C55
Tints of Stromboli #356C55
RGB
CMYK
RGB Variations
Color information
#356C55 (or 0x356C55) is known color: Stromboli. HEX triplet: 35, 6C and 55. RGB value is (53,108,85). Sum of RGB (Red+Green+Blue) = 53+108+85=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 108 - color contains mainly: green. Hex color #356C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C55 is #CA93AA. Grayscale: #585858. Windows color (decimal): -13276075 or 5598261. OLE color: 5598261.
HSL color Cylindrical-coordinate representation of color #356C55: hue angle of 154.91º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #356C55 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 108 | 85 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.58 |
| HSL | 154.91º | 0.34% | 0.32% | - |
| HSV(B) | 154.91º | 0.51% | 0.42% | - |
| XYZ | 8.47 | 12.14 | 10.49 | - |
| YUV | 88.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 85 | 0.51 | 0 | 0.21 | 0.58 | 154.91 | 0.34 | 0.32 |
| Hex | 35 | 6C | 55 | 33 | 0 | 15 | 3A | 9B | 22 | 20 |
| Octal | 65 | 154 | 125 | 63 | 0 | 25 | 72 | 233 | 42 | 40 |
| Binary | 110101 | 1101100 | 1010101 | 110011 | 0 | 10101 | 111010 | 10011011 | 100010 | 100000 |
Color Harmonies of #356C55
Complementary color
Monochromatic Colors of #356C55
Black with #356C55
Text Example
Text Example
White with #356C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356C55; }
p { color: rgb(53,108,85); }
H1.HeaderClassName
{
color: #356C55;
}
.AnyTagClassName
{
color: #356C55;
}
</style>
background-color css
<style>
a { background-color: #356C55; }
a { background-color: rgb(53,108,85); }
div.DivClassName
{
background-color: #356C55;
}
.BgClassName
{
background-color: #356C55;
}
</style>
border-color css
<style>
span { border-color: #356C55; }
span { border-color: rgb(53,108,85); }
td.TdClassName
{
border-color: #356C55;
}
.TagClassName
{
border-color: #356C55;
}
</style>