Shades of Stromboli #455A53
Tints of Stromboli #455A53
RGB
CMYK
RGB Variations
Color information
#455A53 (or 0x455A53) is known color: Stromboli. HEX triplet: 45, 5A and 53. RGB value is (69,90,83). Sum of RGB (Red+Green+Blue) = 69+90+83=242 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.51% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 90 - color contains mainly: green. Hex color #455A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455A53 is #BAA5AC. Grayscale: #525252. Windows color (decimal): -12232109 or 5462597. OLE color: 5462597.
HSL color Cylindrical-coordinate representation of color #455A53: hue angle of 160º 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 #455A53 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 90 | 83 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.65 |
| HSL | 160º | 0.13% | 0.31% | - |
| HSV(B) | 160º | 0.23% | 0.35% | - |
| XYZ | 7.67 | 9.2 | 9.56 | - |
| YUV | 82.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 83 | 0.23 | 0 | 0.08 | 0.65 | 160 | 0.13 | 0.31 |
| Hex | 45 | 5A | 53 | 17 | 0 | 8 | 41 | A0 | D | 1F |
| Octal | 105 | 132 | 123 | 27 | 0 | 10 | 101 | 240 | 15 | 37 |
| Binary | 1000101 | 1011010 | 1010011 | 10111 | 0 | 1000 | 1000001 | 10100000 | 1101 | 11111 |
Color Harmonies of #455A53
Complementary color
Monochromatic Colors of #455A53
Black with #455A53
Text Example
Text Example
White with #455A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455A53; }
p { color: rgb(69,90,83); }
H1.HeaderClassName
{
color: #455A53;
}
.AnyTagClassName
{
color: #455A53;
}
</style>
background-color css
<style>
a { background-color: #455A53; }
a { background-color: rgb(69,90,83); }
div.DivClassName
{
background-color: #455A53;
}
.BgClassName
{
background-color: #455A53;
}
</style>
border-color css
<style>
span { border-color: #455A53; }
span { border-color: rgb(69,90,83); }
td.TdClassName
{
border-color: #455A53;
}
.TagClassName
{
border-color: #455A53;
}
</style>