Shades of Stromboli #426B57
Tints of Stromboli #426B57
RGB
CMYK
RGB Variations
Color information
#426B57 (or 0x426B57) is known color: Stromboli. HEX triplet: 42, 6B and 57. RGB value is (66,107,87). Sum of RGB (Red+Green+Blue) = 66+107+87=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #426B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426B57 is #BD94A8. Grayscale: #5C5C5C. Windows color (decimal): -12424361 or 5729090. OLE color: 5729090.
HSL color Cylindrical-coordinate representation of color #426B57: hue angle of 150.73º degrees, saturation: 0.24, 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 #426B57 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 107 | 87 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.58 |
| HSL | 150.73º | 0.24% | 0.34% | - |
| HSV(B) | 150.73º | 0.38% | 0.42% | - |
| XYZ | 9.22 | 12.36 | 10.92 | - |
| YUV | 92.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 107 | 87 | 0.38 | 0 | 0.19 | 0.58 | 150.73 | 0.24 | 0.34 |
| Hex | 42 | 6B | 57 | 26 | 0 | 13 | 3A | 97 | 18 | 22 |
| Octal | 102 | 153 | 127 | 46 | 0 | 23 | 72 | 227 | 30 | 42 |
| Binary | 1000010 | 1101011 | 1010111 | 100110 | 0 | 10011 | 111010 | 10010111 | 11000 | 100010 |
Color Harmonies of #426B57
Complementary color
Monochromatic Colors of #426B57
Black with #426B57
Text Example
Text Example
White with #426B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426B57; }
p { color: rgb(66,107,87); }
H1.HeaderClassName
{
color: #426B57;
}
.AnyTagClassName
{
color: #426B57;
}
</style>
background-color css
<style>
a { background-color: #426B57; }
a { background-color: rgb(66,107,87); }
div.DivClassName
{
background-color: #426B57;
}
.BgClassName
{
background-color: #426B57;
}
</style>
border-color css
<style>
span { border-color: #426B57; }
span { border-color: rgb(66,107,87); }
td.TdClassName
{
border-color: #426B57;
}
.TagClassName
{
border-color: #426B57;
}
</style>