Shades of Stromboli #426A59
Tints of Stromboli #426A59
RGB
CMYK
RGB Variations
Color information
#426A59 (or 0x426A59) is known color: Stromboli. HEX triplet: 42, 6A and 59. RGB value is (66,106,89). Sum of RGB (Red+Green+Blue) = 66+106+89=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 106 - color contains mainly: green. Hex color #426A59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426A59 is #BD95A6. Grayscale: #5C5C5C. Windows color (decimal): -12424615 or 5859906. OLE color: 5859906.
HSL color Cylindrical-coordinate representation of color #426A59: hue angle of 154.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426A59 is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 106 | 89 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.58 |
| HSL | 154.5º | 0.23% | 0.34% | - |
| HSV(B) | 154.5º | 0.38% | 0.42% | - |
| XYZ | 9.2 | 12.19 | 11.32 | - |
| YUV | 92.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 89 | 0.38 | 0 | 0.16 | 0.58 | 154.5 | 0.23 | 0.34 |
| Hex | 42 | 6A | 59 | 26 | 0 | 10 | 3A | 9A | 17 | 22 |
| Octal | 102 | 152 | 131 | 46 | 0 | 20 | 72 | 232 | 27 | 42 |
| Binary | 1000010 | 1101010 | 1011001 | 100110 | 0 | 10000 | 111010 | 10011010 | 10111 | 100010 |
Color Harmonies of #426A59
Complementary color
Monochromatic Colors of #426A59
Black with #426A59
Text Example
Text Example
White with #426A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426A59; }
p { color: rgb(66,106,89); }
H1.HeaderClassName
{
color: #426A59;
}
.AnyTagClassName
{
color: #426A59;
}
</style>
background-color css
<style>
a { background-color: #426A59; }
a { background-color: rgb(66,106,89); }
div.DivClassName
{
background-color: #426A59;
}
.BgClassName
{
background-color: #426A59;
}
</style>
border-color css
<style>
span { border-color: #426A59; }
span { border-color: rgb(66,106,89); }
td.TdClassName
{
border-color: #426A59;
}
.TagClassName
{
border-color: #426A59;
}
</style>