Shades of Stromboli #455B53
Tints of Stromboli #455B53
RGB
CMYK
RGB Variations
Color information
#455B53 (or 0x455B53) is known color: Stromboli. HEX triplet: 45, 5B and 53. RGB value is (69,91,83). Sum of RGB (Red+Green+Blue) = 69+91+83=243 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.40% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 91 - color contains mainly: green. Hex color #455B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B53 is #BAA4AC. Grayscale: #535353. Windows color (decimal): -12231853 or 5462853. OLE color: 5462853.
HSL color Cylindrical-coordinate representation of color #455B53: hue angle of 158.18º 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 #455B53 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 83 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.64 |
| HSL | 158.18º | 0.14% | 0.31% | - |
| HSV(B) | 158.18º | 0.24% | 0.36% | - |
| XYZ | 7.76 | 9.37 | 9.58 | - |
| YUV | 83.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 83 | 0.24 | 0 | 0.09 | 0.64 | 158.18 | 0.14 | 0.31 |
| Hex | 45 | 5B | 53 | 18 | 0 | 9 | 40 | 9E | E | 1F |
| Octal | 105 | 133 | 123 | 30 | 0 | 11 | 100 | 236 | 16 | 37 |
| Binary | 1000101 | 1011011 | 1010011 | 11000 | 0 | 1001 | 1000000 | 10011110 | 1110 | 11111 |
Color Harmonies of #455B53
Complementary color
Monochromatic Colors of #455B53
Black with #455B53
Text Example
Text Example
White with #455B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B53; }
p { color: rgb(69,91,83); }
H1.HeaderClassName
{
color: #455B53;
}
.AnyTagClassName
{
color: #455B53;
}
</style>
background-color css
<style>
a { background-color: #455B53; }
a { background-color: rgb(69,91,83); }
div.DivClassName
{
background-color: #455B53;
}
.BgClassName
{
background-color: #455B53;
}
</style>
border-color css
<style>
span { border-color: #455B53; }
span { border-color: rgb(69,91,83); }
td.TdClassName
{
border-color: #455B53;
}
.TagClassName
{
border-color: #455B53;
}
</style>