Shades of Stromboli #42655D
Tints of Stromboli #42655D
RGB
CMYK
RGB Variations
Color information
#42655D (or 0x42655D) is known color: Stromboli. HEX triplet: 42, 65 and 5D. RGB value is (66,101,93). Sum of RGB (Red+Green+Blue) = 66+101+93=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 101 - color contains mainly: green. Hex color #42655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42655D is #BD9AA2. Grayscale: #595959. Windows color (decimal): -12425891 or 6120770. OLE color: 6120770.
HSL color Cylindrical-coordinate representation of color #42655D: hue angle of 166.29º 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 #42655D is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 66 | 101 | 93 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.60 |
| HSL | 166.29º | 0.21% | 0.33% | - |
| HSV(B) | 166.29º | 0.35% | 0.4% | - |
| XYZ | 8.88 | 11.26 | 12.06 | - |
| YUV | 89.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 93 | 0.35 | 0 | 0.08 | 0.60 | 166.29 | 0.21 | 0.33 |
| Hex | 42 | 65 | 5D | 23 | 0 | 8 | 3C | A6 | 15 | 21 |
| Octal | 102 | 145 | 135 | 43 | 0 | 10 | 74 | 246 | 25 | 41 |
| Binary | 1000010 | 1100101 | 1011101 | 100011 | 0 | 1000 | 111100 | 10100110 | 10101 | 100001 |
Color Harmonies of #42655D
Complementary color
Monochromatic Colors of #42655D
Black with #42655D
Text Example
Text Example
White with #42655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42655D; }
p { color: rgb(66,101,93); }
H1.HeaderClassName
{
color: #42655D;
}
.AnyTagClassName
{
color: #42655D;
}
</style>
background-color css
<style>
a { background-color: #42655D; }
a { background-color: rgb(66,101,93); }
div.DivClassName
{
background-color: #42655D;
}
.BgClassName
{
background-color: #42655D;
}
</style>
border-color css
<style>
span { border-color: #42655D; }
span { border-color: rgb(66,101,93); }
td.TdClassName
{
border-color: #42655D;
}
.TagClassName
{
border-color: #42655D;
}
</style>