Shades of Stromboli #455A55
Tints of Stromboli #455A55
RGB
CMYK
RGB Variations
Color information
#455A55 (or 0x455A55) is known color: Stromboli. HEX triplet: 45, 5A and 55. RGB value is (69,90,85). Sum of RGB (Red+Green+Blue) = 69+90+85=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 90 - color contains mainly: green. Hex color #455A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A55 is #BAA5AA. Grayscale: #535353. Windows color (decimal): -12232107 or 5593669. OLE color: 5593669.
HSL color Cylindrical-coordinate representation of color #455A55: hue angle of 165.71º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #455A55 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 85 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.65 |
| HSL | 165.71º | 0.13% | 0.31% | - |
| HSV(B) | 165.71º | 0.23% | 0.35% | - |
| XYZ | 7.75 | 9.23 | 9.97 | - |
| YUV | 83.15 | 129.04 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 85 | 0.23 | 0 | 0.06 | 0.65 | 165.71 | 0.13 | 0.31 |
| Hex | 45 | 5A | 55 | 17 | 0 | 6 | 41 | A6 | D | 1F |
| Octal | 105 | 132 | 125 | 27 | 0 | 6 | 101 | 246 | 15 | 37 |
| Binary | 1000101 | 1011010 | 1010101 | 10111 | 0 | 110 | 1000001 | 10100110 | 1101 | 11111 |
Color Harmonies of #455A55
Complementary color
Monochromatic Colors of #455A55
Black with #455A55
Text Example
Text Example
White with #455A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A55; }
p { color: rgb(69,90,85); }
H1.HeaderClassName
{
color: #455A55;
}
.AnyTagClassName
{
color: #455A55;
}
</style>
background-color css
<style>
a { background-color: #455A55; }
a { background-color: rgb(69,90,85); }
div.DivClassName
{
background-color: #455A55;
}
.BgClassName
{
background-color: #455A55;
}
</style>
border-color css
<style>
span { border-color: #455A55; }
span { border-color: rgb(69,90,85); }
td.TdClassName
{
border-color: #455A55;
}
.TagClassName
{
border-color: #455A55;
}
</style>