Shades of Stromboli #356B5C
Tints of Stromboli #356B5C
RGB
CMYK
RGB Variations
Color information
#356B5C (or 0x356B5C) is known color: Stromboli. HEX triplet: 35, 6B and 5C. RGB value is (53,107,92). Sum of RGB (Red+Green+Blue) = 53+107+92=252 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.03% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 107 - color contains mainly: green. Hex color #356B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B5C is #CA94A3. Grayscale: #595959. Windows color (decimal): -13276324 or 6056757. OLE color: 6056757.
HSL color Cylindrical-coordinate representation of color #356B5C: hue angle of 163.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 #356B5C is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 53 | 107 | 92 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.58 |
| HSL | 163.33º | 0.34% | 0.31% | - |
| HSV(B) | 163.33º | 0.5% | 0.42% | - |
| XYZ | 8.66 | 12.04 | 11.99 | - |
| YUV | 89.14 | 129.61 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 92 | 0.50 | 0 | 0.14 | 0.58 | 163.33 | 0.34 | 0.31 |
| Hex | 35 | 6B | 5C | 32 | 0 | E | 3A | A3 | 22 | 1F |
| Octal | 65 | 153 | 134 | 62 | 0 | 16 | 72 | 243 | 42 | 37 |
| Binary | 110101 | 1101011 | 1011100 | 110010 | 0 | 1110 | 111010 | 10100011 | 100010 | 11111 |
Color Harmonies of #356B5C
Complementary color
Monochromatic Colors of #356B5C
Black with #356B5C
Text Example
Text Example
White with #356B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356B5C; }
p { color: rgb(53,107,92); }
H1.HeaderClassName
{
color: #356B5C;
}
.AnyTagClassName
{
color: #356B5C;
}
</style>
background-color css
<style>
a { background-color: #356B5C; }
a { background-color: rgb(53,107,92); }
div.DivClassName
{
background-color: #356B5C;
}
.BgClassName
{
background-color: #356B5C;
}
</style>
border-color css
<style>
span { border-color: #356B5C; }
span { border-color: rgb(53,107,92); }
td.TdClassName
{
border-color: #356B5C;
}
.TagClassName
{
border-color: #356B5C;
}
</style>