Shades of Stromboli #356B59
Tints of Stromboli #356B59
RGB
CMYK
RGB Variations
Color information
#356B59 (or 0x356B59) is known color: Stromboli. HEX triplet: 35, 6B and 59. RGB value is (53,107,89). Sum of RGB (Red+Green+Blue) = 53+107+89=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 107 (42.19% from 255 or 42.97% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 107 - color contains mainly: green. Hex color #356B59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B59 is #CA94A6. Grayscale: #585858. Windows color (decimal): -13276327 or 5860149. OLE color: 5860149.
HSL color Cylindrical-coordinate representation of color #356B59: hue angle of 160º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B59 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 107 | 89 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.58 |
| HSL | 160º | 0.34% | 0.31% | - |
| HSV(B) | 160º | 0.5% | 0.42% | - |
| XYZ | 8.53 | 11.99 | 11.32 | - |
| YUV | 88.8 | 128.11 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 89 | 0.50 | 0 | 0.17 | 0.58 | 160 | 0.34 | 0.31 |
| Hex | 35 | 6B | 59 | 32 | 0 | 11 | 3A | A0 | 22 | 1F |
| Octal | 65 | 153 | 131 | 62 | 0 | 21 | 72 | 240 | 42 | 37 |
| Binary | 110101 | 1101011 | 1011001 | 110010 | 0 | 10001 | 111010 | 10100000 | 100010 | 11111 |
Color Harmonies of #356B59
Complementary color
Monochromatic Colors of #356B59
Black with #356B59
Text Example
Text Example
White with #356B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B59; }
p { color: rgb(53,107,89); }
H1.HeaderClassName
{
color: #356B59;
}
.AnyTagClassName
{
color: #356B59;
}
</style>
background-color css
<style>
a { background-color: #356B59; }
a { background-color: rgb(53,107,89); }
div.DivClassName
{
background-color: #356B59;
}
.BgClassName
{
background-color: #356B59;
}
</style>
border-color css
<style>
span { border-color: #356B59; }
span { border-color: rgb(53,107,89); }
td.TdClassName
{
border-color: #356B59;
}
.TagClassName
{
border-color: #356B59;
}
</style>