Shades of Stromboli #42685D
Tints of Stromboli #42685D
RGB
CMYK
RGB Variations
Color information
#42685D (or 0x42685D) is known color: Stromboli. HEX triplet: 42, 68 and 5D. RGB value is (66,104,93). Sum of RGB (Red+Green+Blue) = 66+104+93=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #42685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42685D is #BD97A2. Grayscale: #5B5B5B. Windows color (decimal): -12425123 or 6121538. OLE color: 6121538.
HSL color Cylindrical-coordinate representation of color #42685D: hue angle of 162.63º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #42685D is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 104 | 93 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.59 |
| HSL | 162.63º | 0.22% | 0.33% | - |
| HSV(B) | 162.63º | 0.37% | 0.41% | - |
| XYZ | 9.17 | 11.85 | 12.16 | - |
| YUV | 91.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 93 | 0.37 | 0 | 0.11 | 0.59 | 162.63 | 0.22 | 0.33 |
| Hex | 42 | 68 | 5D | 25 | 0 | B | 3B | A3 | 16 | 21 |
| Octal | 102 | 150 | 135 | 45 | 0 | 13 | 73 | 243 | 26 | 41 |
| Binary | 1000010 | 1101000 | 1011101 | 100101 | 0 | 1011 | 111011 | 10100011 | 10110 | 100001 |
Color Harmonies of #42685D
Complementary color
Monochromatic Colors of #42685D
Black with #42685D
Text Example
Text Example
White with #42685D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42685D; }
p { color: rgb(66,104,93); }
H1.HeaderClassName
{
color: #42685D;
}
.AnyTagClassName
{
color: #42685D;
}
</style>
background-color css
<style>
a { background-color: #42685D; }
a { background-color: rgb(66,104,93); }
div.DivClassName
{
background-color: #42685D;
}
.BgClassName
{
background-color: #42685D;
}
</style>
border-color css
<style>
span { border-color: #42685D; }
span { border-color: rgb(66,104,93); }
td.TdClassName
{
border-color: #42685D;
}
.TagClassName
{
border-color: #42685D;
}
</style>