Shades of Stromboli #415C53
Tints of Stromboli #415C53
RGB
CMYK
RGB Variations
Color information
#415C53 (or 0x415C53) is known color: Stromboli. HEX triplet: 41, 5C and 53. RGB value is (65,92,83). Sum of RGB (Red+Green+Blue) = 65+92+83=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 92 - color contains mainly: green. Hex color #415C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415C53 is #BEA3AC. Grayscale: #525252. Windows color (decimal): -12493741 or 5463105. OLE color: 5463105.
HSL color Cylindrical-coordinate representation of color #415C53: hue angle of 160º 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 #415C53 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 65 | 92 | 83 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.64 |
| HSL | 160º | 0.17% | 0.31% | - |
| HSV(B) | 160º | 0.29% | 0.36% | - |
| XYZ | 7.57 | 9.4 | 9.6 | - |
| YUV | 82.9 | 128.05 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 92 | 83 | 0.29 | 0 | 0.10 | 0.64 | 160 | 0.17 | 0.31 |
| Hex | 41 | 5C | 53 | 1D | 0 | A | 40 | A0 | 11 | 1F |
| Octal | 101 | 134 | 123 | 35 | 0 | 12 | 100 | 240 | 21 | 37 |
| Binary | 1000001 | 1011100 | 1010011 | 11101 | 0 | 1010 | 1000000 | 10100000 | 10001 | 11111 |
Color Harmonies of #415C53
Complementary color
Monochromatic Colors of #415C53
Black with #415C53
Text Example
Text Example
White with #415C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415C53; }
p { color: rgb(65,92,83); }
H1.HeaderClassName
{
color: #415C53;
}
.AnyTagClassName
{
color: #415C53;
}
</style>
background-color css
<style>
a { background-color: #415C53; }
a { background-color: rgb(65,92,83); }
div.DivClassName
{
background-color: #415C53;
}
.BgClassName
{
background-color: #415C53;
}
</style>
border-color css
<style>
span { border-color: #415C53; }
span { border-color: rgb(65,92,83); }
td.TdClassName
{
border-color: #415C53;
}
.TagClassName
{
border-color: #415C53;
}
</style>