Shades of Stromboli #415E56
Tints of Stromboli #415E56
RGB
CMYK
RGB Variations
Color information
#415E56 (or 0x415E56) is known color: Stromboli. HEX triplet: 41, 5E and 56. RGB value is (65,94,86). Sum of RGB (Red+Green+Blue) = 65+94+86=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 94 - color contains mainly: green. Hex color #415E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415E56 is #BEA1A9. Grayscale: #545454. Windows color (decimal): -12493226 or 5660225. OLE color: 5660225.
HSL color Cylindrical-coordinate representation of color #415E56: hue angle of 163.45º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #415E56 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 94 | 86 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.63 |
| HSL | 163.45º | 0.18% | 0.31% | - |
| HSV(B) | 163.45º | 0.31% | 0.37% | - |
| XYZ | 7.86 | 9.8 | 10.28 | - |
| YUV | 84.42 | 128.89 | 114.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 94 | 86 | 0.31 | 0 | 0.09 | 0.63 | 163.45 | 0.18 | 0.31 |
| Hex | 41 | 5E | 56 | 1F | 0 | 9 | 3F | A3 | 12 | 1F |
| Octal | 101 | 136 | 126 | 37 | 0 | 11 | 77 | 243 | 22 | 37 |
| Binary | 1000001 | 1011110 | 1010110 | 11111 | 0 | 1001 | 111111 | 10100011 | 10010 | 11111 |
Color Harmonies of #415E56
Complementary color
Monochromatic Colors of #415E56
Black with #415E56
Text Example
Text Example
White with #415E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415E56; }
p { color: rgb(65,94,86); }
H1.HeaderClassName
{
color: #415E56;
}
.AnyTagClassName
{
color: #415E56;
}
</style>
background-color css
<style>
a { background-color: #415E56; }
a { background-color: rgb(65,94,86); }
div.DivClassName
{
background-color: #415E56;
}
.BgClassName
{
background-color: #415E56;
}
</style>
border-color css
<style>
span { border-color: #415E56; }
span { border-color: rgb(65,94,86); }
td.TdClassName
{
border-color: #415E56;
}
.TagClassName
{
border-color: #415E56;
}
</style>