Shades of Stromboli #456560
Tints of Stromboli #456560
RGB
CMYK
RGB Variations
Color information
#456560 (or 0x456560) is known color: Stromboli. HEX triplet: 45, 65 and 60. RGB value is (69,101,96). Sum of RGB (Red+Green+Blue) = 69+101+96=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 101 - color contains mainly: green. Hex color #456560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456560 is #BA9A9F. Grayscale: #5A5A5A. Windows color (decimal): -12229280 or 6317381. OLE color: 6317381.
HSL color Cylindrical-coordinate representation of color #456560: hue angle of 170.62º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456560 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 101 | 96 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.60 |
| HSL | 170.63º | 0.19% | 0.33% | - |
| HSV(B) | 170.63º | 0.32% | 0.4% | - |
| XYZ | 9.22 | 11.42 | 12.78 | - |
| YUV | 90.86 | 130.9 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 96 | 0.32 | 0 | 0.05 | 0.60 | 170.63 | 0.19 | 0.33 |
| Hex | 45 | 65 | 60 | 20 | 0 | 5 | 3C | AB | 13 | 21 |
| Octal | 105 | 145 | 140 | 40 | 0 | 5 | 74 | 253 | 23 | 41 |
| Binary | 1000101 | 1100101 | 1100000 | 100000 | 0 | 101 | 111100 | 10101011 | 10011 | 100001 |
Color Harmonies of #456560
Complementary color
Monochromatic Colors of #456560
Black with #456560
Text Example
Text Example
White with #456560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456560; }
p { color: rgb(69,101,96); }
H1.HeaderClassName
{
color: #456560;
}
.AnyTagClassName
{
color: #456560;
}
</style>
background-color css
<style>
a { background-color: #456560; }
a { background-color: rgb(69,101,96); }
div.DivClassName
{
background-color: #456560;
}
.BgClassName
{
background-color: #456560;
}
</style>
border-color css
<style>
span { border-color: #456560; }
span { border-color: rgb(69,101,96); }
td.TdClassName
{
border-color: #456560;
}
.TagClassName
{
border-color: #456560;
}
</style>