Shades of Stromboli #426E5B
Tints of Stromboli #426E5B
RGB
CMYK
RGB Variations
Color information
#426E5B (or 0x426E5B) is known color: Stromboli. HEX triplet: 42, 6E and 5B. RGB value is (66,110,91). Sum of RGB (Red+Green+Blue) = 66+110+91=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 110 - color contains mainly: green. Hex color #426E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426E5B is #BD91A4. Grayscale: #5E5E5E. Windows color (decimal): -12423589 or 5992002. OLE color: 5992002.
HSL color Cylindrical-coordinate representation of color #426E5B: hue angle of 154.09º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #426E5B is Cyan = 0.4, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 110 | 91 | - |
| CMYK | 0.4 | 0 | 0.17 | 0.57 |
| HSL | 154.09º | 0.25% | 0.35% | - |
| HSV(B) | 154.09º | 0.4% | 0.43% | - |
| XYZ | 9.71 | 13.07 | 11.91 | - |
| YUV | 94.68 | 125.92 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 110 | 91 | 0.4 | 0 | 0.17 | 0.57 | 154.09 | 0.25 | 0.35 |
| Hex | 42 | 6E | 5B | 28 | 0 | 11 | 39 | 9A | 19 | 23 |
| Octal | 102 | 156 | 133 | 50 | 0 | 21 | 71 | 232 | 31 | 43 |
| Binary | 1000010 | 1101110 | 1011011 | 101000 | 0 | 10001 | 111001 | 10011010 | 11001 | 100011 |
Color Harmonies of #426E5B
Complementary color
Monochromatic Colors of #426E5B
Black with #426E5B
Text Example
Text Example
White with #426E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426E5B; }
p { color: rgb(66,110,91); }
H1.HeaderClassName
{
color: #426E5B;
}
.AnyTagClassName
{
color: #426E5B;
}
</style>
background-color css
<style>
a { background-color: #426E5B; }
a { background-color: rgb(66,110,91); }
div.DivClassName
{
background-color: #426E5B;
}
.BgClassName
{
background-color: #426E5B;
}
</style>
border-color css
<style>
span { border-color: #426E5B; }
span { border-color: rgb(66,110,91); }
td.TdClassName
{
border-color: #426E5B;
}
.TagClassName
{
border-color: #426E5B;
}
</style>