Shades of Stromboli #356955
Tints of Stromboli #356955
RGB
CMYK
RGB Variations
Color information
#356955 (or 0x356955) is known color: Stromboli. HEX triplet: 35, 69 and 55. RGB value is (53,105,85). Sum of RGB (Red+Green+Blue) = 53+105+85=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #356955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356955 is #CA96AA. Grayscale: #575757. Windows color (decimal): -13276843 or 5597493. OLE color: 5597493.
HSL color Cylindrical-coordinate representation of color #356955: hue angle of 156.92º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356955 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 105 | 85 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.59 |
| HSL | 156.92º | 0.33% | 0.31% | - |
| HSV(B) | 156.92º | 0.5% | 0.41% | - |
| XYZ | 8.16 | 11.52 | 10.39 | - |
| YUV | 87.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 105 | 85 | 0.50 | 0 | 0.19 | 0.59 | 156.92 | 0.33 | 0.31 |
| Hex | 35 | 69 | 55 | 32 | 0 | 13 | 3B | 9D | 21 | 1F |
| Octal | 65 | 151 | 125 | 62 | 0 | 23 | 73 | 235 | 41 | 37 |
| Binary | 110101 | 1101001 | 1010101 | 110010 | 0 | 10011 | 111011 | 10011101 | 100001 | 11111 |
Color Harmonies of #356955
Complementary color
Monochromatic Colors of #356955
Black with #356955
Text Example
Text Example
White with #356955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356955; }
p { color: rgb(53,105,85); }
H1.HeaderClassName
{
color: #356955;
}
.AnyTagClassName
{
color: #356955;
}
</style>
background-color css
<style>
a { background-color: #356955; }
a { background-color: rgb(53,105,85); }
div.DivClassName
{
background-color: #356955;
}
.BgClassName
{
background-color: #356955;
}
</style>
border-color css
<style>
span { border-color: #356955; }
span { border-color: rgb(53,105,85); }
td.TdClassName
{
border-color: #356955;
}
.TagClassName
{
border-color: #356955;
}
</style>