Shades of Stromboli #416B5D
Tints of Stromboli #416B5D
RGB
CMYK
RGB Variations
Color information
#416B5D (or 0x416B5D) is known color: Stromboli. HEX triplet: 41, 6B and 5D. RGB value is (65,107,93). Sum of RGB (Red+Green+Blue) = 65+107+93=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 107 - color contains mainly: green. Hex color #416B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B5D is #BE94A2. Grayscale: #5C5C5C. Windows color (decimal): -12489891 or 6122305. OLE color: 6122305.
HSL color Cylindrical-coordinate representation of color #416B5D: hue angle of 160º 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 #416B5D is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 65 | 107 | 93 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.58 |
| HSL | 160º | 0.24% | 0.34% | - |
| HSV(B) | 160º | 0.39% | 0.42% | - |
| XYZ | 9.41 | 12.43 | 12.26 | - |
| YUV | 92.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 107 | 93 | 0.39 | 0 | 0.13 | 0.58 | 160 | 0.24 | 0.34 |
| Hex | 41 | 6B | 5D | 27 | 0 | D | 3A | A0 | 18 | 22 |
| Octal | 101 | 153 | 135 | 47 | 0 | 15 | 72 | 240 | 30 | 42 |
| Binary | 1000001 | 1101011 | 1011101 | 100111 | 0 | 1101 | 111010 | 10100000 | 11000 | 100010 |
Color Harmonies of #416B5D
Complementary color
Monochromatic Colors of #416B5D
Black with #416B5D
Text Example
Text Example
White with #416B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #416B5D; }
p { color: rgb(65,107,93); }
H1.HeaderClassName
{
color: #416B5D;
}
.AnyTagClassName
{
color: #416B5D;
}
</style>
background-color css
<style>
a { background-color: #416B5D; }
a { background-color: rgb(65,107,93); }
div.DivClassName
{
background-color: #416B5D;
}
.BgClassName
{
background-color: #416B5D;
}
</style>
border-color css
<style>
span { border-color: #416B5D; }
span { border-color: rgb(65,107,93); }
td.TdClassName
{
border-color: #416B5D;
}
.TagClassName
{
border-color: #416B5D;
}
</style>