Shades of Stromboli #415D56
Tints of Stromboli #415D56
RGB
CMYK
RGB Variations
Color information
#415D56 (or 0x415D56) is known color: Stromboli. HEX triplet: 41, 5D and 56. RGB value is (65,93,86). Sum of RGB (Red+Green+Blue) = 65+93+86=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 93 - color contains mainly: green. Hex color #415D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D56 is #BEA2A9. Grayscale: #535353. Windows color (decimal): -12493482 or 5659969. OLE color: 5659969.
HSL color Cylindrical-coordinate representation of color #415D56: hue angle of 165º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #415D56 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 93 | 86 | - |
| CMYK | 0.30 | 0 | 0.08 | 0.64 |
| HSL | 165º | 0.18% | 0.31% | - |
| HSV(B) | 165º | 0.3% | 0.36% | - |
| XYZ | 7.77 | 9.62 | 10.25 | - |
| YUV | 83.83 | 129.22 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 86 | 0.30 | 0 | 0.08 | 0.64 | 165 | 0.18 | 0.31 |
| Hex | 41 | 5D | 56 | 1E | 0 | 8 | 40 | A5 | 12 | 1F |
| Octal | 101 | 135 | 126 | 36 | 0 | 10 | 100 | 245 | 22 | 37 |
| Binary | 1000001 | 1011101 | 1010110 | 11110 | 0 | 1000 | 1000000 | 10100101 | 10010 | 11111 |
Color Harmonies of #415D56
Complementary color
Monochromatic Colors of #415D56
Black with #415D56
Text Example
Text Example
White with #415D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D56; }
p { color: rgb(65,93,86); }
H1.HeaderClassName
{
color: #415D56;
}
.AnyTagClassName
{
color: #415D56;
}
</style>
background-color css
<style>
a { background-color: #415D56; }
a { background-color: rgb(65,93,86); }
div.DivClassName
{
background-color: #415D56;
}
.BgClassName
{
background-color: #415D56;
}
</style>
border-color css
<style>
span { border-color: #415D56; }
span { border-color: rgb(65,93,86); }
td.TdClassName
{
border-color: #415D56;
}
.TagClassName
{
border-color: #415D56;
}
</style>