Shades of Stromboli #415B55
Tints of Stromboli #415B55
RGB
CMYK
RGB Variations
Color information
#415B55 (or 0x415B55) is known color: Stromboli. HEX triplet: 41, 5B and 55. RGB value is (65,91,85). Sum of RGB (Red+Green+Blue) = 65+91+85=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 91 - color contains mainly: green. Hex color #415B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B55 is #BEA4AA. Grayscale: #525252. Windows color (decimal): -12493995 or 5593921. OLE color: 5593921.
HSL color Cylindrical-coordinate representation of color #415B55: hue angle of 166.15º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #415B55 is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 91 | 85 | - |
| CMYK | 0.29 | 0 | 0.07 | 0.64 |
| HSL | 166.15º | 0.17% | 0.31% | - |
| HSV(B) | 166.15º | 0.29% | 0.36% | - |
| XYZ | 7.56 | 9.26 | 9.98 | - |
| YUV | 82.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 91 | 85 | 0.29 | 0 | 0.07 | 0.64 | 166.15 | 0.17 | 0.31 |
| Hex | 41 | 5B | 55 | 1D | 0 | 7 | 40 | A6 | 11 | 1F |
| Octal | 101 | 133 | 125 | 35 | 0 | 7 | 100 | 246 | 21 | 37 |
| Binary | 1000001 | 1011011 | 1010101 | 11101 | 0 | 111 | 1000000 | 10100110 | 10001 | 11111 |
Color Harmonies of #415B55
Complementary color
Monochromatic Colors of #415B55
Black with #415B55
Text Example
Text Example
White with #415B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415B55; }
p { color: rgb(65,91,85); }
H1.HeaderClassName
{
color: #415B55;
}
.AnyTagClassName
{
color: #415B55;
}
</style>
background-color css
<style>
a { background-color: #415B55; }
a { background-color: rgb(65,91,85); }
div.DivClassName
{
background-color: #415B55;
}
.BgClassName
{
background-color: #415B55;
}
</style>
border-color css
<style>
span { border-color: #415B55; }
span { border-color: rgb(65,91,85); }
td.TdClassName
{
border-color: #415B55;
}
.TagClassName
{
border-color: #415B55;
}
</style>