Shades of Stromboli #416A5E
Tints of Stromboli #416A5E
RGB
CMYK
RGB Variations
Color information
#416A5E (or 0x416A5E) is known color: Stromboli. HEX triplet: 41, 6A and 5E. RGB value is (65,106,94). Sum of RGB (Red+Green+Blue) = 65+106+94=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 106 (41.80% from 255 or 40% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 106 - color contains mainly: green. Hex color #416A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416A5E is #BE95A1. Grayscale: #5C5C5C. Windows color (decimal): -12490146 or 6187585. OLE color: 6187585.
HSL color Cylindrical-coordinate representation of color #416A5E: hue angle of 162.44º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #416A5E is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 106 | 94 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.58 |
| HSL | 162.44º | 0.24% | 0.34% | - |
| HSV(B) | 162.44º | 0.39% | 0.42% | - |
| XYZ | 9.35 | 12.24 | 12.46 | - |
| YUV | 92.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 106 | 94 | 0.39 | 0 | 0.11 | 0.58 | 162.44 | 0.24 | 0.34 |
| Hex | 41 | 6A | 5E | 27 | 0 | B | 3A | A2 | 18 | 22 |
| Octal | 101 | 152 | 136 | 47 | 0 | 13 | 72 | 242 | 30 | 42 |
| Binary | 1000001 | 1101010 | 1011110 | 100111 | 0 | 1011 | 111010 | 10100010 | 11000 | 100010 |
Color Harmonies of #416A5E
Complementary color
Monochromatic Colors of #416A5E
Black with #416A5E
Text Example
Text Example
White with #416A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416A5E; }
p { color: rgb(65,106,94); }
H1.HeaderClassName
{
color: #416A5E;
}
.AnyTagClassName
{
color: #416A5E;
}
</style>
background-color css
<style>
a { background-color: #416A5E; }
a { background-color: rgb(65,106,94); }
div.DivClassName
{
background-color: #416A5E;
}
.BgClassName
{
background-color: #416A5E;
}
</style>
border-color css
<style>
span { border-color: #416A5E; }
span { border-color: rgb(65,106,94); }
td.TdClassName
{
border-color: #416A5E;
}
.TagClassName
{
border-color: #416A5E;
}
</style>