Shades of Stromboli #45685C
Tints of Stromboli #45685C
RGB
CMYK
RGB Variations
Color information
#45685C (or 0x45685C) is known color: Stromboli. HEX triplet: 45, 68 and 5C. RGB value is (69,104,92). Sum of RGB (Red+Green+Blue) = 69+104+92=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 104 - color contains mainly: green. Hex color #45685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45685C is #BA97A3. Grayscale: #5C5C5C. Windows color (decimal): -12228516 or 6056005. OLE color: 6056005.
HSL color Cylindrical-coordinate representation of color #45685C: hue angle of 159.43º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #45685C is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 104 | 92 | - |
| CMYK | 0.34 | 0 | 0.12 | 0.59 |
| HSL | 159.43º | 0.2% | 0.34% | - |
| HSV(B) | 159.43º | 0.34% | 0.41% | - |
| XYZ | 9.34 | 11.94 | 11.94 | - |
| YUV | 92.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 92 | 0.34 | 0 | 0.12 | 0.59 | 159.43 | 0.2 | 0.34 |
| Hex | 45 | 68 | 5C | 22 | 0 | C | 3B | 9F | 14 | 22 |
| Octal | 105 | 150 | 134 | 42 | 0 | 14 | 73 | 237 | 24 | 42 |
| Binary | 1000101 | 1101000 | 1011100 | 100010 | 0 | 1100 | 111011 | 10011111 | 10100 | 100010 |
Color Harmonies of #45685C
Complementary color
Monochromatic Colors of #45685C
Black with #45685C
Text Example
Text Example
White with #45685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45685C; }
p { color: rgb(69,104,92); }
H1.HeaderClassName
{
color: #45685C;
}
.AnyTagClassName
{
color: #45685C;
}
</style>
background-color css
<style>
a { background-color: #45685C; }
a { background-color: rgb(69,104,92); }
div.DivClassName
{
background-color: #45685C;
}
.BgClassName
{
background-color: #45685C;
}
</style>
border-color css
<style>
span { border-color: #45685C; }
span { border-color: rgb(69,104,92); }
td.TdClassName
{
border-color: #45685C;
}
.TagClassName
{
border-color: #45685C;
}
</style>