Shades of Stromboli #356C53
Tints of Stromboli #356C53
RGB
CMYK
RGB Variations
Color information
#356C53 (or 0x356C53) is known color: Stromboli. HEX triplet: 35, 6C and 53. RGB value is (53,108,83). Sum of RGB (Red+Green+Blue) = 53+108+83=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 108 - color contains mainly: green. Hex color #356C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356C53 is #CA93AC. Grayscale: #585858. Windows color (decimal): -13276077 or 5467189. OLE color: 5467189.
HSL color Cylindrical-coordinate representation of color #356C53: hue angle of 152.73º 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 #356C53 is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 108 | 83 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.58 |
| HSL | 152.73º | 0.34% | 0.32% | - |
| HSV(B) | 152.73º | 0.51% | 0.42% | - |
| XYZ | 8.39 | 12.11 | 10.08 | - |
| YUV | 88.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 83 | 0.51 | 0 | 0.23 | 0.58 | 152.73 | 0.34 | 0.32 |
| Hex | 35 | 6C | 53 | 33 | 0 | 17 | 3A | 99 | 22 | 20 |
| Octal | 65 | 154 | 123 | 63 | 0 | 27 | 72 | 231 | 42 | 40 |
| Binary | 110101 | 1101100 | 1010011 | 110011 | 0 | 10111 | 111010 | 10011001 | 100010 | 100000 |
Color Harmonies of #356C53
Complementary color
Monochromatic Colors of #356C53
Black with #356C53
Text Example
Text Example
White with #356C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356C53; }
p { color: rgb(53,108,83); }
H1.HeaderClassName
{
color: #356C53;
}
.AnyTagClassName
{
color: #356C53;
}
</style>
background-color css
<style>
a { background-color: #356C53; }
a { background-color: rgb(53,108,83); }
div.DivClassName
{
background-color: #356C53;
}
.BgClassName
{
background-color: #356C53;
}
</style>
border-color css
<style>
span { border-color: #356C53; }
span { border-color: rgb(53,108,83); }
td.TdClassName
{
border-color: #356C53;
}
.TagClassName
{
border-color: #356C53;
}
</style>