Shades of Stromboli #455B54
Tints of Stromboli #455B54
RGB
CMYK
RGB Variations
Color information
#455B54 (or 0x455B54) is known color: Stromboli. HEX triplet: 45, 5B and 54. RGB value is (69,91,84). Sum of RGB (Red+Green+Blue) = 69+91+84=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 91 - color contains mainly: green. Hex color #455B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B54 is #BAA4AB. Grayscale: #535353. Windows color (decimal): -12231852 or 5528389. OLE color: 5528389.
HSL color Cylindrical-coordinate representation of color #455B54: hue angle of 160.91º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #455B54 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 84 | - |
| CMYK | 0.24 | 0 | 0.08 | 0.64 |
| HSL | 160.91º | 0.14% | 0.31% | - |
| HSV(B) | 160.91º | 0.24% | 0.36% | - |
| XYZ | 7.8 | 9.39 | 9.79 | - |
| YUV | 83.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 84 | 0.24 | 0 | 0.08 | 0.64 | 160.91 | 0.14 | 0.31 |
| Hex | 45 | 5B | 54 | 18 | 0 | 8 | 40 | A1 | E | 1F |
| Octal | 105 | 133 | 124 | 30 | 0 | 10 | 100 | 241 | 16 | 37 |
| Binary | 1000101 | 1011011 | 1010100 | 11000 | 0 | 1000 | 1000000 | 10100001 | 1110 | 11111 |
Color Harmonies of #455B54
Complementary color
Monochromatic Colors of #455B54
Black with #455B54
Text Example
Text Example
White with #455B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B54; }
p { color: rgb(69,91,84); }
H1.HeaderClassName
{
color: #455B54;
}
.AnyTagClassName
{
color: #455B54;
}
</style>
background-color css
<style>
a { background-color: #455B54; }
a { background-color: rgb(69,91,84); }
div.DivClassName
{
background-color: #455B54;
}
.BgClassName
{
background-color: #455B54;
}
</style>
border-color css
<style>
span { border-color: #455B54; }
span { border-color: rgb(69,91,84); }
td.TdClassName
{
border-color: #455B54;
}
.TagClassName
{
border-color: #455B54;
}
</style>