Shades of Stromboli #415D52
Tints of Stromboli #415D52
RGB
CMYK
RGB Variations
Color information
#415D52 (or 0x415D52) is known color: Stromboli. HEX triplet: 41, 5D and 52. RGB value is (65,93,82). Sum of RGB (Red+Green+Blue) = 65+93+82=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 93 - color contains mainly: green. Hex color #415D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415D52 is #BEA2AD. Grayscale: #535353. Windows color (decimal): -12493486 or 5397825. OLE color: 5397825.
HSL color Cylindrical-coordinate representation of color #415D52: hue angle of 156.43º 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 #415D52 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 93 | 82 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.64 |
| HSL | 156.43º | 0.18% | 0.31% | - |
| HSV(B) | 156.43º | 0.3% | 0.36% | - |
| XYZ | 7.62 | 9.56 | 9.43 | - |
| YUV | 83.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 93 | 82 | 0.30 | 0 | 0.12 | 0.64 | 156.43 | 0.18 | 0.31 |
| Hex | 41 | 5D | 52 | 1E | 0 | C | 40 | 9C | 12 | 1F |
| Octal | 101 | 135 | 122 | 36 | 0 | 14 | 100 | 234 | 22 | 37 |
| Binary | 1000001 | 1011101 | 1010010 | 11110 | 0 | 1100 | 1000000 | 10011100 | 10010 | 11111 |
Color Harmonies of #415D52
Complementary color
Monochromatic Colors of #415D52
Black with #415D52
Text Example
Text Example
White with #415D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415D52; }
p { color: rgb(65,93,82); }
H1.HeaderClassName
{
color: #415D52;
}
.AnyTagClassName
{
color: #415D52;
}
</style>
background-color css
<style>
a { background-color: #415D52; }
a { background-color: rgb(65,93,82); }
div.DivClassName
{
background-color: #415D52;
}
.BgClassName
{
background-color: #415D52;
}
</style>
border-color css
<style>
span { border-color: #415D52; }
span { border-color: rgb(65,93,82); }
td.TdClassName
{
border-color: #415D52;
}
.TagClassName
{
border-color: #415D52;
}
</style>