Shades of Stromboli #415F57
Tints of Stromboli #415F57
RGB
CMYK
RGB Variations
Color information
#415F57 (or 0x415F57) is known color: Stromboli. HEX triplet: 41, 5F and 57. RGB value is (65,95,87). Sum of RGB (Red+Green+Blue) = 65+95+87=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 87 (34.38% from 255 or 35.22% from 247); Max value from RGB is 95 - color contains mainly: green. Hex color #415F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415F57 is #BEA0A8. Grayscale: #555555. Windows color (decimal): -12492969 or 5726017. OLE color: 5726017.
HSL color Cylindrical-coordinate representation of color #415F57: hue angle of 164º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #415F57 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 65 | 95 | 87 | - |
| CMYK | 0.32 | 0 | 0.08 | 0.63 |
| HSL | 164º | 0.19% | 0.31% | - |
| HSV(B) | 164º | 0.32% | 0.37% | - |
| XYZ | 7.99 | 10 | 10.53 | - |
| YUV | 85.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 95 | 87 | 0.32 | 0 | 0.08 | 0.63 | 164 | 0.19 | 0.31 |
| Hex | 41 | 5F | 57 | 20 | 0 | 8 | 3F | A4 | 13 | 1F |
| Octal | 101 | 137 | 127 | 40 | 0 | 10 | 77 | 244 | 23 | 37 |
| Binary | 1000001 | 1011111 | 1010111 | 100000 | 0 | 1000 | 111111 | 10100100 | 10011 | 11111 |
Color Harmonies of #415F57
Complementary color
Monochromatic Colors of #415F57
Black with #415F57
Text Example
Text Example
White with #415F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #415F57; }
p { color: rgb(65,95,87); }
H1.HeaderClassName
{
color: #415F57;
}
.AnyTagClassName
{
color: #415F57;
}
</style>
background-color css
<style>
a { background-color: #415F57; }
a { background-color: rgb(65,95,87); }
div.DivClassName
{
background-color: #415F57;
}
.BgClassName
{
background-color: #415F57;
}
</style>
border-color css
<style>
span { border-color: #415F57; }
span { border-color: rgb(65,95,87); }
td.TdClassName
{
border-color: #415F57;
}
.TagClassName
{
border-color: #415F57;
}
</style>