Shades of Stromboli #35745D
Tints of Stromboli #35745D
RGB
CMYK
RGB Variations
Color information
#35745D (or 0x35745D) is known color: Stromboli. HEX triplet: 35, 74 and 5D. RGB value is (53,116,93). Sum of RGB (Red+Green+Blue) = 53+116+93=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #35745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35745D is #CA8BA2. Grayscale: #5E5E5E. Windows color (decimal): -13274019 or 6124597. OLE color: 6124597.
HSL color Cylindrical-coordinate representation of color #35745D: hue angle of 158.1º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #35745D is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 53 | 116 | 93 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.55 |
| HSL | 158.1º | 0.37% | 0.33% | - |
| HSV(B) | 158.1º | 0.54% | 0.45% | - |
| XYZ | 9.69 | 14.04 | 12.55 | - |
| YUV | 94.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 116 | 93 | 0.54 | 0 | 0.20 | 0.55 | 158.1 | 0.37 | 0.33 |
| Hex | 35 | 74 | 5D | 36 | 0 | 14 | 37 | 9E | 25 | 21 |
| Octal | 65 | 164 | 135 | 66 | 0 | 24 | 67 | 236 | 45 | 41 |
| Binary | 110101 | 1110100 | 1011101 | 110110 | 0 | 10100 | 110111 | 10011110 | 100101 | 100001 |
Color Harmonies of #35745D
Complementary color
Monochromatic Colors of #35745D
Black with #35745D
Text Example
Text Example
White with #35745D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35745D; }
p { color: rgb(53,116,93); }
H1.HeaderClassName
{
color: #35745D;
}
.AnyTagClassName
{
color: #35745D;
}
</style>
background-color css
<style>
a { background-color: #35745D; }
a { background-color: rgb(53,116,93); }
div.DivClassName
{
background-color: #35745D;
}
.BgClassName
{
background-color: #35745D;
}
</style>
border-color css
<style>
span { border-color: #35745D; }
span { border-color: rgb(53,116,93); }
td.TdClassName
{
border-color: #35745D;
}
.TagClassName
{
border-color: #35745D;
}
</style>