Shades of Stromboli #35695A
Tints of Stromboli #35695A
RGB
CMYK
RGB Variations
Color information
#35695A (or 0x35695A) is known color: Stromboli. HEX triplet: 35, 69 and 5A. RGB value is (53,105,90). Sum of RGB (Red+Green+Blue) = 53+105+90=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 90 (35.55% from 255 or 36.29% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #35695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35695A is #CA96A5. Grayscale: #575757. Windows color (decimal): -13276838 or 5925173. OLE color: 5925173.
HSL color Cylindrical-coordinate representation of color #35695A: hue angle of 162.69º 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 #35695A is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 53 | 105 | 90 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.59 |
| HSL | 162.69º | 0.33% | 0.31% | - |
| HSV(B) | 162.69º | 0.5% | 0.41% | - |
| XYZ | 8.37 | 11.6 | 11.47 | - |
| YUV | 87.74 | 129.27 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 105 | 90 | 0.50 | 0 | 0.14 | 0.59 | 162.69 | 0.33 | 0.31 |
| Hex | 35 | 69 | 5A | 32 | 0 | E | 3B | A3 | 21 | 1F |
| Octal | 65 | 151 | 132 | 62 | 0 | 16 | 73 | 243 | 41 | 37 |
| Binary | 110101 | 1101001 | 1011010 | 110010 | 0 | 1110 | 111011 | 10100011 | 100001 | 11111 |
Color Harmonies of #35695A
Complementary color
Monochromatic Colors of #35695A
Black with #35695A
Text Example
Text Example
White with #35695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35695A; }
p { color: rgb(53,105,90); }
H1.HeaderClassName
{
color: #35695A;
}
.AnyTagClassName
{
color: #35695A;
}
</style>
background-color css
<style>
a { background-color: #35695A; }
a { background-color: rgb(53,105,90); }
div.DivClassName
{
background-color: #35695A;
}
.BgClassName
{
background-color: #35695A;
}
</style>
border-color css
<style>
span { border-color: #35695A; }
span { border-color: rgb(53,105,90); }
td.TdClassName
{
border-color: #35695A;
}
.TagClassName
{
border-color: #35695A;
}
</style>