Shades of Stromboli #356953
Tints of Stromboli #356953
RGB
CMYK
RGB Variations
Color information
#356953 (or 0x356953) is known color: Stromboli. HEX triplet: 35, 69 and 53. RGB value is (53,105,83). Sum of RGB (Red+Green+Blue) = 53+105+83=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #356953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356953 is #CA96AC. Grayscale: #565656. Windows color (decimal): -13276845 or 5466421. OLE color: 5466421.
HSL color Cylindrical-coordinate representation of color #356953: hue angle of 154.62º 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 #356953 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 105 | 83 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.59 |
| HSL | 154.62º | 0.33% | 0.31% | - |
| HSV(B) | 154.62º | 0.5% | 0.41% | - |
| XYZ | 8.08 | 11.48 | 9.97 | - |
| YUV | 86.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 105 | 83 | 0.50 | 0 | 0.21 | 0.59 | 154.62 | 0.33 | 0.31 |
| Hex | 35 | 69 | 53 | 32 | 0 | 15 | 3B | 9B | 21 | 1F |
| Octal | 65 | 151 | 123 | 62 | 0 | 25 | 73 | 233 | 41 | 37 |
| Binary | 110101 | 1101001 | 1010011 | 110010 | 0 | 10101 | 111011 | 10011011 | 100001 | 11111 |
Color Harmonies of #356953
Complementary color
Monochromatic Colors of #356953
Black with #356953
Text Example
Text Example
White with #356953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356953; }
p { color: rgb(53,105,83); }
H1.HeaderClassName
{
color: #356953;
}
.AnyTagClassName
{
color: #356953;
}
</style>
background-color css
<style>
a { background-color: #356953; }
a { background-color: rgb(53,105,83); }
div.DivClassName
{
background-color: #356953;
}
.BgClassName
{
background-color: #356953;
}
</style>
border-color css
<style>
span { border-color: #356953; }
span { border-color: rgb(53,105,83); }
td.TdClassName
{
border-color: #356953;
}
.TagClassName
{
border-color: #356953;
}
</style>