Shades of Stromboli #356F5E
Tints of Stromboli #356F5E
RGB
CMYK
RGB Variations
Color information
#356F5E (or 0x356F5E) is known color: Stromboli. HEX triplet: 35, 6F and 5E. RGB value is (53,111,94). Sum of RGB (Red+Green+Blue) = 53+111+94=258 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.54% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 94 (37.11% from 255 or 36.43% from 258); Max value from RGB is 111 - color contains mainly: green. Hex color #356F5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356F5E is #CA90A1. Grayscale: #5B5B5B. Windows color (decimal): -13275298 or 6188853. OLE color: 6188853.
HSL color Cylindrical-coordinate representation of color #356F5E: hue angle of 162.41º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #356F5E is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 111 | 94 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.56 |
| HSL | 162.41º | 0.35% | 0.32% | - |
| HSV(B) | 162.41º | 0.52% | 0.44% | - |
| XYZ | 9.17 | 12.93 | 12.6 | - |
| YUV | 91.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 94 | 0.52 | 0 | 0.15 | 0.56 | 162.41 | 0.35 | 0.32 |
| Hex | 35 | 6F | 5E | 34 | 0 | F | 38 | A2 | 23 | 20 |
| Octal | 65 | 157 | 136 | 64 | 0 | 17 | 70 | 242 | 43 | 40 |
| Binary | 110101 | 1101111 | 1011110 | 110100 | 0 | 1111 | 111000 | 10100010 | 100011 | 100000 |
Color Harmonies of #356F5E
Complementary color
Monochromatic Colors of #356F5E
Black with #356F5E
Text Example
Text Example
White with #356F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356F5E; }
p { color: rgb(53,111,94); }
H1.HeaderClassName
{
color: #356F5E;
}
.AnyTagClassName
{
color: #356F5E;
}
</style>
background-color css
<style>
a { background-color: #356F5E; }
a { background-color: rgb(53,111,94); }
div.DivClassName
{
background-color: #356F5E;
}
.BgClassName
{
background-color: #356F5E;
}
</style>
border-color css
<style>
span { border-color: #356F5E; }
span { border-color: rgb(53,111,94); }
td.TdClassName
{
border-color: #356F5E;
}
.TagClassName
{
border-color: #356F5E;
}
</style>