Shades of Stromboli #35705C
Tints of Stromboli #35705C
RGB
CMYK
RGB Variations
Color information
#35705C (or 0x35705C) is known color: Stromboli. HEX triplet: 35, 70 and 5C. RGB value is (53,112,92). Sum of RGB (Red+Green+Blue) = 53+112+92=257 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.62% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 92 (36.33% from 255 or 35.80% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #35705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35705C is #CA8FA3. Grayscale: #5C5C5C. Windows color (decimal): -13275044 or 6058037. OLE color: 6058037.
HSL color Cylindrical-coordinate representation of color #35705C: hue angle of 159.66º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #35705C is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 112 | 92 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.56 |
| HSL | 159.66º | 0.36% | 0.32% | - |
| HSV(B) | 159.66º | 0.53% | 0.44% | - |
| XYZ | 9.19 | 13.12 | 12.17 | - |
| YUV | 92.08 | 127.95 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 112 | 92 | 0.53 | 0 | 0.18 | 0.56 | 159.66 | 0.36 | 0.32 |
| Hex | 35 | 70 | 5C | 35 | 0 | 12 | 38 | A0 | 24 | 20 |
| Octal | 65 | 160 | 134 | 65 | 0 | 22 | 70 | 240 | 44 | 40 |
| Binary | 110101 | 1110000 | 1011100 | 110101 | 0 | 10010 | 111000 | 10100000 | 100100 | 100000 |
Color Harmonies of #35705C
Complementary color
Monochromatic Colors of #35705C
Black with #35705C
Text Example
Text Example
White with #35705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35705C; }
p { color: rgb(53,112,92); }
H1.HeaderClassName
{
color: #35705C;
}
.AnyTagClassName
{
color: #35705C;
}
</style>
background-color css
<style>
a { background-color: #35705C; }
a { background-color: rgb(53,112,92); }
div.DivClassName
{
background-color: #35705C;
}
.BgClassName
{
background-color: #35705C;
}
</style>
border-color css
<style>
span { border-color: #35705C; }
span { border-color: rgb(53,112,92); }
td.TdClassName
{
border-color: #35705C;
}
.TagClassName
{
border-color: #35705C;
}
</style>