Shades of Stromboli #406F5C
Tints of Stromboli #406F5C
RGB
CMYK
RGB Variations
Color information
#406F5C (or 0x406F5C) is known color: Stromboli. HEX triplet: 40, 6F and 5C. RGB value is (64,111,92). Sum of RGB (Red+Green+Blue) = 64+111+92=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 111 (43.75% from 255 or 41.57% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 111 - color contains mainly: green. Hex color #406F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F5C is #BF90A3. Grayscale: #5E5E5E. Windows color (decimal): -12554404 or 6057792. OLE color: 6057792.
HSL color Cylindrical-coordinate representation of color #406F5C: hue angle of 155.74º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406F5C is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 111 | 92 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.56 |
| HSL | 155.74º | 0.27% | 0.34% | - |
| HSV(B) | 155.74º | 0.42% | 0.44% | - |
| XYZ | 9.73 | 13.23 | 12.17 | - |
| YUV | 94.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 92 | 0.42 | 0 | 0.17 | 0.56 | 155.74 | 0.27 | 0.34 |
| Hex | 40 | 6F | 5C | 2A | 0 | 11 | 38 | 9C | 1B | 22 |
| Octal | 100 | 157 | 134 | 52 | 0 | 21 | 70 | 234 | 33 | 42 |
| Binary | 1000000 | 1101111 | 1011100 | 101010 | 0 | 10001 | 111000 | 10011100 | 11011 | 100010 |
Color Harmonies of #406F5C
Complementary color
Monochromatic Colors of #406F5C
Black with #406F5C
Text Example
Text Example
White with #406F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406F5C; }
p { color: rgb(64,111,92); }
H1.HeaderClassName
{
color: #406F5C;
}
.AnyTagClassName
{
color: #406F5C;
}
</style>
background-color css
<style>
a { background-color: #406F5C; }
a { background-color: rgb(64,111,92); }
div.DivClassName
{
background-color: #406F5C;
}
.BgClassName
{
background-color: #406F5C;
}
</style>
border-color css
<style>
span { border-color: #406F5C; }
span { border-color: rgb(64,111,92); }
td.TdClassName
{
border-color: #406F5C;
}
.TagClassName
{
border-color: #406F5C;
}
</style>