Shades of Stromboli #356B5B
Tints of Stromboli #356B5B
RGB
CMYK
RGB Variations
Color information
#356B5B (or 0x356B5B) is known color: Stromboli. HEX triplet: 35, 6B and 5B. RGB value is (53,107,91). Sum of RGB (Red+Green+Blue) = 53+107+91=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #356B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B5B is #CA94A4. Grayscale: #595959. Windows color (decimal): -13276325 or 5991221. OLE color: 5991221.
HSL color Cylindrical-coordinate representation of color #356B5B: hue angle of 162.22º 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 #356B5B is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 107 | 91 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.58 |
| HSL | 162.22º | 0.34% | 0.31% | - |
| HSV(B) | 162.22º | 0.5% | 0.42% | - |
| XYZ | 8.61 | 12.03 | 11.77 | - |
| YUV | 89.03 | 129.11 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 91 | 0.50 | 0 | 0.15 | 0.58 | 162.22 | 0.34 | 0.31 |
| Hex | 35 | 6B | 5B | 32 | 0 | F | 3A | A2 | 22 | 1F |
| Octal | 65 | 153 | 133 | 62 | 0 | 17 | 72 | 242 | 42 | 37 |
| Binary | 110101 | 1101011 | 1011011 | 110010 | 0 | 1111 | 111010 | 10100010 | 100010 | 11111 |
Color Harmonies of #356B5B
Complementary color
Monochromatic Colors of #356B5B
Black with #356B5B
Text Example
Text Example
White with #356B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B5B; }
p { color: rgb(53,107,91); }
H1.HeaderClassName
{
color: #356B5B;
}
.AnyTagClassName
{
color: #356B5B;
}
</style>
background-color css
<style>
a { background-color: #356B5B; }
a { background-color: rgb(53,107,91); }
div.DivClassName
{
background-color: #356B5B;
}
.BgClassName
{
background-color: #356B5B;
}
</style>
border-color css
<style>
span { border-color: #356B5B; }
span { border-color: rgb(53,107,91); }
td.TdClassName
{
border-color: #356B5B;
}
.TagClassName
{
border-color: #356B5B;
}
</style>