Shades of Stromboli #406A5C
Tints of Stromboli #406A5C
RGB
CMYK
RGB Variations
Color information
#406A5C (or 0x406A5C) is known color: Stromboli. HEX triplet: 40, 6A and 5C. RGB value is (64,106,92). Sum of RGB (Red+Green+Blue) = 64+106+92=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 92 (36.33% from 255 or 35.11% from 262); Max value from RGB is 106 - color contains mainly: green. Hex color #406A5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A5C is #BF95A3. Grayscale: #5B5B5B. Windows color (decimal): -12555684 or 6056512. OLE color: 6056512.
HSL color Cylindrical-coordinate representation of color #406A5C: hue angle of 160º 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 #406A5C is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 106 | 92 | - |
| CMYK | 0.40 | 0 | 0.13 | 0.58 |
| HSL | 160º | 0.25% | 0.33% | - |
| HSV(B) | 160º | 0.4% | 0.42% | - |
| XYZ | 9.2 | 12.17 | 11.99 | - |
| YUV | 91.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 106 | 92 | 0.40 | 0 | 0.13 | 0.58 | 160 | 0.25 | 0.33 |
| Hex | 40 | 6A | 5C | 28 | 0 | D | 3A | A0 | 19 | 21 |
| Octal | 100 | 152 | 134 | 50 | 0 | 15 | 72 | 240 | 31 | 41 |
| Binary | 1000000 | 1101010 | 1011100 | 101000 | 0 | 1101 | 111010 | 10100000 | 11001 | 100001 |
Color Harmonies of #406A5C
Complementary color
Monochromatic Colors of #406A5C
Black with #406A5C
Text Example
Text Example
White with #406A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406A5C; }
p { color: rgb(64,106,92); }
H1.HeaderClassName
{
color: #406A5C;
}
.AnyTagClassName
{
color: #406A5C;
}
</style>
background-color css
<style>
a { background-color: #406A5C; }
a { background-color: rgb(64,106,92); }
div.DivClassName
{
background-color: #406A5C;
}
.BgClassName
{
background-color: #406A5C;
}
</style>
border-color css
<style>
span { border-color: #406A5C; }
span { border-color: rgb(64,106,92); }
td.TdClassName
{
border-color: #406A5C;
}
.TagClassName
{
border-color: #406A5C;
}
</style>