Shades of Stromboli #42665E
Tints of Stromboli #42665E
RGB
CMYK
RGB Variations
Color information
#42665E (or 0x42665E) is known color: Stromboli. HEX triplet: 42, 66 and 5E. RGB value is (66,102,94). Sum of RGB (Red+Green+Blue) = 66+102+94=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 102 - color contains mainly: green. Hex color #42665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42665E is #BD99A1. Grayscale: #5A5A5A. Windows color (decimal): -12425634 or 6186562. OLE color: 6186562.
HSL color Cylindrical-coordinate representation of color #42665E: hue angle of 166.67º 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 #42665E is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 66 | 102 | 94 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.6 |
| HSL | 166.67º | 0.21% | 0.33% | - |
| HSV(B) | 166.67º | 0.35% | 0.4% | - |
| XYZ | 9.02 | 11.47 | 12.33 | - |
| YUV | 90.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 102 | 94 | 0.35 | 0 | 0.08 | 0.6 | 166.67 | 0.21 | 0.33 |
| Hex | 42 | 66 | 5E | 23 | 0 | 8 | 3C | A7 | 15 | 21 |
| Octal | 102 | 146 | 136 | 43 | 0 | 10 | 74 | 247 | 25 | 41 |
| Binary | 1000010 | 1100110 | 1011110 | 100011 | 0 | 1000 | 111100 | 10100111 | 10101 | 100001 |
Color Harmonies of #42665E
Complementary color
Monochromatic Colors of #42665E
Black with #42665E
Text Example
Text Example
White with #42665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42665E; }
p { color: rgb(66,102,94); }
H1.HeaderClassName
{
color: #42665E;
}
.AnyTagClassName
{
color: #42665E;
}
</style>
background-color css
<style>
a { background-color: #42665E; }
a { background-color: rgb(66,102,94); }
div.DivClassName
{
background-color: #42665E;
}
.BgClassName
{
background-color: #42665E;
}
</style>
border-color css
<style>
span { border-color: #42665E; }
span { border-color: rgb(66,102,94); }
td.TdClassName
{
border-color: #42665E;
}
.TagClassName
{
border-color: #42665E;
}
</style>