Shades of Stromboli #426555
Tints of Stromboli #426555
RGB
CMYK
RGB Variations
Color information
#426555 (or 0x426555) is known color: Stromboli. HEX triplet: 42, 65 and 55. RGB value is (66,101,85). Sum of RGB (Red+Green+Blue) = 66+101+85=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 101 - color contains mainly: green. Hex color #426555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #426555 is #BD9AAA. Grayscale: #585858. Windows color (decimal): -12425899 or 5596482. OLE color: 5596482.
HSL color Cylindrical-coordinate representation of color #426555: hue angle of 152.57º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #426555 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 101 | 85 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.60 |
| HSL | 152.57º | 0.21% | 0.33% | - |
| HSV(B) | 152.57º | 0.35% | 0.4% | - |
| XYZ | 8.54 | 11.12 | 10.29 | - |
| YUV | 88.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 85 | 0.35 | 0 | 0.16 | 0.60 | 152.57 | 0.21 | 0.33 |
| Hex | 42 | 65 | 55 | 23 | 0 | 10 | 3C | 99 | 15 | 21 |
| Octal | 102 | 145 | 125 | 43 | 0 | 20 | 74 | 231 | 25 | 41 |
| Binary | 1000010 | 1100101 | 1010101 | 100011 | 0 | 10000 | 111100 | 10011001 | 10101 | 100001 |
Color Harmonies of #426555
Complementary color
Monochromatic Colors of #426555
Black with #426555
Text Example
Text Example
White with #426555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426555; }
p { color: rgb(66,101,85); }
H1.HeaderClassName
{
color: #426555;
}
.AnyTagClassName
{
color: #426555;
}
</style>
background-color css
<style>
a { background-color: #426555; }
a { background-color: rgb(66,101,85); }
div.DivClassName
{
background-color: #426555;
}
.BgClassName
{
background-color: #426555;
}
</style>
border-color css
<style>
span { border-color: #426555; }
span { border-color: rgb(66,101,85); }
td.TdClassName
{
border-color: #426555;
}
.TagClassName
{
border-color: #426555;
}
</style>