Shades of Stromboli #45685A
Tints of Stromboli #45685A
RGB
CMYK
RGB Variations
Color information
#45685A (or 0x45685A) is known color: Stromboli. HEX triplet: 45, 68 and 5A. RGB value is (69,104,90). Sum of RGB (Red+Green+Blue) = 69+104+90=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #45685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45685A is #BA97A5. Grayscale: #5B5B5B. Windows color (decimal): -12228518 or 5924933. OLE color: 5924933.
HSL color Cylindrical-coordinate representation of color #45685A: hue angle of 156º 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 #45685A is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 104 | 90 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.59 |
| HSL | 156º | 0.2% | 0.34% | - |
| HSV(B) | 156º | 0.34% | 0.41% | - |
| XYZ | 9.25 | 11.9 | 11.48 | - |
| YUV | 91.94 | 126.9 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 90 | 0.34 | 0 | 0.13 | 0.59 | 156 | 0.2 | 0.34 |
| Hex | 45 | 68 | 5A | 22 | 0 | D | 3B | 9C | 14 | 22 |
| Octal | 105 | 150 | 132 | 42 | 0 | 15 | 73 | 234 | 24 | 42 |
| Binary | 1000101 | 1101000 | 1011010 | 100010 | 0 | 1101 | 111011 | 10011100 | 10100 | 100010 |
Color Harmonies of #45685A
Complementary color
Monochromatic Colors of #45685A
Black with #45685A
Text Example
Text Example
White with #45685A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45685A; }
p { color: rgb(69,104,90); }
H1.HeaderClassName
{
color: #45685A;
}
.AnyTagClassName
{
color: #45685A;
}
</style>
background-color css
<style>
a { background-color: #45685A; }
a { background-color: rgb(69,104,90); }
div.DivClassName
{
background-color: #45685A;
}
.BgClassName
{
background-color: #45685A;
}
</style>
border-color css
<style>
span { border-color: #45685A; }
span { border-color: rgb(69,104,90); }
td.TdClassName
{
border-color: #45685A;
}
.TagClassName
{
border-color: #45685A;
}
</style>