Shades of Stromboli #35705B
Tints of Stromboli #35705B
RGB
CMYK
RGB Variations
Color information
#35705B (or 0x35705B) is known color: Stromboli. HEX triplet: 35, 70 and 5B. RGB value is (53,112,91). Sum of RGB (Red+Green+Blue) = 53+112+91=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #35705B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35705B is #CA8FA4. Grayscale: #5B5B5B. Windows color (decimal): -13275045 or 5992501. OLE color: 5992501.
HSL color Cylindrical-coordinate representation of color #35705B: hue angle of 158.64º 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 #35705B is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 53 | 112 | 91 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.56 |
| HSL | 158.64º | 0.36% | 0.32% | - |
| HSV(B) | 158.64º | 0.53% | 0.44% | - |
| XYZ | 9.15 | 13.1 | 11.94 | - |
| YUV | 91.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 112 | 91 | 0.53 | 0 | 0.19 | 0.56 | 158.64 | 0.36 | 0.32 |
| Hex | 35 | 70 | 5B | 35 | 0 | 13 | 38 | 9F | 24 | 20 |
| Octal | 65 | 160 | 133 | 65 | 0 | 23 | 70 | 237 | 44 | 40 |
| Binary | 110101 | 1110000 | 1011011 | 110101 | 0 | 10011 | 111000 | 10011111 | 100100 | 100000 |
Color Harmonies of #35705B
Complementary color
Monochromatic Colors of #35705B
Black with #35705B
Text Example
Text Example
White with #35705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35705B; }
p { color: rgb(53,112,91); }
H1.HeaderClassName
{
color: #35705B;
}
.AnyTagClassName
{
color: #35705B;
}
</style>
background-color css
<style>
a { background-color: #35705B; }
a { background-color: rgb(53,112,91); }
div.DivClassName
{
background-color: #35705B;
}
.BgClassName
{
background-color: #35705B;
}
</style>
border-color css
<style>
span { border-color: #35705B; }
span { border-color: rgb(53,112,91); }
td.TdClassName
{
border-color: #35705B;
}
.TagClassName
{
border-color: #35705B;
}
</style>