Shades of Stromboli #45625D
Tints of Stromboli #45625D
RGB
CMYK
RGB Variations
Color information
#45625D (or 0x45625D) is known color: Stromboli. HEX triplet: 45, 62 and 5D. RGB value is (69,98,93). Sum of RGB (Red+Green+Blue) = 69+98+93=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 98 - color contains mainly: green. Hex color #45625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45625D is #BA9DA2. Grayscale: #585858. Windows color (decimal): -12230051 or 6120005. OLE color: 6120005.
HSL color Cylindrical-coordinate representation of color #45625D: hue angle of 169.66º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #45625D is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 98 | 93 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.62 |
| HSL | 169.66º | 0.17% | 0.33% | - |
| HSV(B) | 169.66º | 0.3% | 0.38% | - |
| XYZ | 8.8 | 10.79 | 11.98 | - |
| YUV | 88.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 93 | 0.30 | 0 | 0.05 | 0.62 | 169.66 | 0.17 | 0.33 |
| Hex | 45 | 62 | 5D | 1E | 0 | 5 | 3E | AA | 11 | 21 |
| Octal | 105 | 142 | 135 | 36 | 0 | 5 | 76 | 252 | 21 | 41 |
| Binary | 1000101 | 1100010 | 1011101 | 11110 | 0 | 101 | 111110 | 10101010 | 10001 | 100001 |
Color Harmonies of #45625D
Complementary color
Monochromatic Colors of #45625D
Black with #45625D
Text Example
Text Example
White with #45625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45625D; }
p { color: rgb(69,98,93); }
H1.HeaderClassName
{
color: #45625D;
}
.AnyTagClassName
{
color: #45625D;
}
</style>
background-color css
<style>
a { background-color: #45625D; }
a { background-color: rgb(69,98,93); }
div.DivClassName
{
background-color: #45625D;
}
.BgClassName
{
background-color: #45625D;
}
</style>
border-color css
<style>
span { border-color: #45625D; }
span { border-color: rgb(69,98,93); }
td.TdClassName
{
border-color: #45625D;
}
.TagClassName
{
border-color: #45625D;
}
</style>