Shades of Stromboli #356957
Tints of Stromboli #356957
RGB
CMYK
RGB Variations
Color information
#356957 (or 0x356957) is known color: Stromboli. HEX triplet: 35, 69 and 57. RGB value is (53,105,87). Sum of RGB (Red+Green+Blue) = 53+105+87=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #356957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356957 is #CA96A8. Grayscale: #575757. Windows color (decimal): -13276841 or 5728565. OLE color: 5728565.
HSL color Cylindrical-coordinate representation of color #356957: hue angle of 159.23º 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 #356957 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 105 | 87 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.59 |
| HSL | 159.23º | 0.33% | 0.31% | - |
| HSV(B) | 159.23º | 0.5% | 0.41% | - |
| XYZ | 8.24 | 11.55 | 10.81 | - |
| YUV | 87.4 | 127.77 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 105 | 87 | 0.50 | 0 | 0.17 | 0.59 | 159.23 | 0.33 | 0.31 |
| Hex | 35 | 69 | 57 | 32 | 0 | 11 | 3B | 9F | 21 | 1F |
| Octal | 65 | 151 | 127 | 62 | 0 | 21 | 73 | 237 | 41 | 37 |
| Binary | 110101 | 1101001 | 1010111 | 110010 | 0 | 10001 | 111011 | 10011111 | 100001 | 11111 |
Color Harmonies of #356957
Complementary color
Monochromatic Colors of #356957
Black with #356957
Text Example
Text Example
White with #356957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356957; }
p { color: rgb(53,105,87); }
H1.HeaderClassName
{
color: #356957;
}
.AnyTagClassName
{
color: #356957;
}
</style>
background-color css
<style>
a { background-color: #356957; }
a { background-color: rgb(53,105,87); }
div.DivClassName
{
background-color: #356957;
}
.BgClassName
{
background-color: #356957;
}
</style>
border-color css
<style>
span { border-color: #356957; }
span { border-color: rgb(53,105,87); }
td.TdClassName
{
border-color: #356957;
}
.TagClassName
{
border-color: #356957;
}
</style>