Shades of Stromboli #356C58
Tints of Stromboli #356C58
RGB
CMYK
RGB Variations
Color information
#356C58 (or 0x356C58) is known color: Stromboli. HEX triplet: 35, 6C and 58. RGB value is (53,108,88). Sum of RGB (Red+Green+Blue) = 53+108+88=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 108 - color contains mainly: green. Hex color #356C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C58 is #CA93A7. Grayscale: #595959. Windows color (decimal): -13276072 or 5794869. OLE color: 5794869.
HSL color Cylindrical-coordinate representation of color #356C58: hue angle of 158.18º 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 #356C58 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 108 | 88 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.58 |
| HSL | 158.18º | 0.34% | 0.32% | - |
| HSV(B) | 158.18º | 0.51% | 0.42% | - |
| XYZ | 8.59 | 12.19 | 11.13 | - |
| YUV | 89.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 88 | 0.51 | 0 | 0.19 | 0.58 | 158.18 | 0.34 | 0.32 |
| Hex | 35 | 6C | 58 | 33 | 0 | 13 | 3A | 9E | 22 | 20 |
| Octal | 65 | 154 | 130 | 63 | 0 | 23 | 72 | 236 | 42 | 40 |
| Binary | 110101 | 1101100 | 1011000 | 110011 | 0 | 10011 | 111010 | 10011110 | 100010 | 100000 |
Color Harmonies of #356C58
Complementary color
Monochromatic Colors of #356C58
Black with #356C58
Text Example
Text Example
White with #356C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356C58; }
p { color: rgb(53,108,88); }
H1.HeaderClassName
{
color: #356C58;
}
.AnyTagClassName
{
color: #356C58;
}
</style>
background-color css
<style>
a { background-color: #356C58; }
a { background-color: rgb(53,108,88); }
div.DivClassName
{
background-color: #356C58;
}
.BgClassName
{
background-color: #356C58;
}
</style>
border-color css
<style>
span { border-color: #356C58; }
span { border-color: rgb(53,108,88); }
td.TdClassName
{
border-color: #356C58;
}
.TagClassName
{
border-color: #356C58;
}
</style>