Shades of Stromboli #406A58
Tints of Stromboli #406A58
RGB
CMYK
RGB Variations
Color information
#406A58 (or 0x406A58) is known color: Stromboli. HEX triplet: 40, 6A and 58. RGB value is (64,106,88). Sum of RGB (Red+Green+Blue) = 64+106+88=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #406A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A58 is #BF95A7. Grayscale: #5B5B5B. Windows color (decimal): -12555688 or 5794368. OLE color: 5794368.
HSL color Cylindrical-coordinate representation of color #406A58: hue angle of 154.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A58 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 106 | 88 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.58 |
| HSL | 154.29º | 0.25% | 0.33% | - |
| HSV(B) | 154.29º | 0.4% | 0.42% | - |
| XYZ | 9.03 | 12.1 | 11.09 | - |
| YUV | 91.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 88 | 0.40 | 0 | 0.17 | 0.58 | 154.29 | 0.25 | 0.33 |
| Hex | 40 | 6A | 58 | 28 | 0 | 11 | 3A | 9A | 19 | 21 |
| Octal | 100 | 152 | 130 | 50 | 0 | 21 | 72 | 232 | 31 | 41 |
| Binary | 1000000 | 1101010 | 1011000 | 101000 | 0 | 10001 | 111010 | 10011010 | 11001 | 100001 |
Color Harmonies of #406A58
Complementary color
Monochromatic Colors of #406A58
Black with #406A58
Text Example
Text Example
White with #406A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406A58; }
p { color: rgb(64,106,88); }
H1.HeaderClassName
{
color: #406A58;
}
.AnyTagClassName
{
color: #406A58;
}
</style>
background-color css
<style>
a { background-color: #406A58; }
a { background-color: rgb(64,106,88); }
div.DivClassName
{
background-color: #406A58;
}
.BgClassName
{
background-color: #406A58;
}
</style>
border-color css
<style>
span { border-color: #406A58; }
span { border-color: rgb(64,106,88); }
td.TdClassName
{
border-color: #406A58;
}
.TagClassName
{
border-color: #406A58;
}
</style>