Shades of Stromboli #415B52
Tints of Stromboli #415B52
RGB
CMYK
RGB Variations
Color information
#415B52 (or 0x415B52) is known color: Stromboli. HEX triplet: 41, 5B and 52. RGB value is (65,91,82). Sum of RGB (Red+Green+Blue) = 65+91+82=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 91 - color contains mainly: green. Hex color #415B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415B52 is #BEA4AD. Grayscale: #525252. Windows color (decimal): -12493998 or 5397313. OLE color: 5397313.
HSL color Cylindrical-coordinate representation of color #415B52: hue angle of 159.23º 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 #415B52 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 91 | 82 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.64 |
| HSL | 159.23º | 0.17% | 0.31% | - |
| HSV(B) | 159.23º | 0.29% | 0.36% | - |
| XYZ | 7.44 | 9.22 | 9.37 | - |
| YUV | 82.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 91 | 82 | 0.29 | 0 | 0.10 | 0.64 | 159.23 | 0.17 | 0.31 |
| Hex | 41 | 5B | 52 | 1D | 0 | A | 40 | 9F | 11 | 1F |
| Octal | 101 | 133 | 122 | 35 | 0 | 12 | 100 | 237 | 21 | 37 |
| Binary | 1000001 | 1011011 | 1010010 | 11101 | 0 | 1010 | 1000000 | 10011111 | 10001 | 11111 |
Color Harmonies of #415B52
Complementary color
Monochromatic Colors of #415B52
Black with #415B52
Text Example
Text Example
White with #415B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415B52; }
p { color: rgb(65,91,82); }
H1.HeaderClassName
{
color: #415B52;
}
.AnyTagClassName
{
color: #415B52;
}
</style>
background-color css
<style>
a { background-color: #415B52; }
a { background-color: rgb(65,91,82); }
div.DivClassName
{
background-color: #415B52;
}
.BgClassName
{
background-color: #415B52;
}
</style>
border-color css
<style>
span { border-color: #415B52; }
span { border-color: rgb(65,91,82); }
td.TdClassName
{
border-color: #415B52;
}
.TagClassName
{
border-color: #415B52;
}
</style>