Shades of Stromboli #356B53
Tints of Stromboli #356B53
RGB
CMYK
RGB Variations
Color information
#356B53 (or 0x356B53) is known color: Stromboli. HEX triplet: 35, 6B and 53. RGB value is (53,107,83). Sum of RGB (Red+Green+Blue) = 53+107+83=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 107 (42.19% from 255 or 44.03% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 107 - color contains mainly: green. Hex color #356B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B53 is #CA94AC. Grayscale: #585858. Windows color (decimal): -13276333 or 5466933. OLE color: 5466933.
HSL color Cylindrical-coordinate representation of color #356B53: hue angle of 153.33º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B53 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 107 | 83 | - |
| CMYK | 0.50 | 0 | 0.22 | 0.58 |
| HSL | 153.33º | 0.34% | 0.31% | - |
| HSV(B) | 153.33º | 0.5% | 0.42% | - |
| XYZ | 8.29 | 11.9 | 10.04 | - |
| YUV | 88.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 83 | 0.50 | 0 | 0.22 | 0.58 | 153.33 | 0.34 | 0.31 |
| Hex | 35 | 6B | 53 | 32 | 0 | 16 | 3A | 99 | 22 | 1F |
| Octal | 65 | 153 | 123 | 62 | 0 | 26 | 72 | 231 | 42 | 37 |
| Binary | 110101 | 1101011 | 1010011 | 110010 | 0 | 10110 | 111010 | 10011001 | 100010 | 11111 |
Color Harmonies of #356B53
Complementary color
Monochromatic Colors of #356B53
Black with #356B53
Text Example
Text Example
White with #356B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B53; }
p { color: rgb(53,107,83); }
H1.HeaderClassName
{
color: #356B53;
}
.AnyTagClassName
{
color: #356B53;
}
</style>
background-color css
<style>
a { background-color: #356B53; }
a { background-color: rgb(53,107,83); }
div.DivClassName
{
background-color: #356B53;
}
.BgClassName
{
background-color: #356B53;
}
</style>
border-color css
<style>
span { border-color: #356B53; }
span { border-color: rgb(53,107,83); }
td.TdClassName
{
border-color: #356B53;
}
.TagClassName
{
border-color: #356B53;
}
</style>