Shades of Stromboli #455B55
Tints of Stromboli #455B55
RGB
CMYK
RGB Variations
Color information
#455B55 (or 0x455B55) is known color: Stromboli. HEX triplet: 45, 5B and 55. RGB value is (69,91,85). Sum of RGB (Red+Green+Blue) = 69+91+85=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 91 (35.94% from 255 or 37.14% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 91 - color contains mainly: green. Hex color #455B55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B55 is #BAA4AA. Grayscale: #535353. Windows color (decimal): -12231851 or 5593925. OLE color: 5593925.
HSL color Cylindrical-coordinate representation of color #455B55: hue angle of 163.64º 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 #455B55 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 91 | 85 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.64 |
| HSL | 163.64º | 0.14% | 0.31% | - |
| HSV(B) | 163.64º | 0.24% | 0.36% | - |
| XYZ | 7.84 | 9.4 | 10 | - |
| YUV | 83.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 85 | 0.24 | 0 | 0.07 | 0.64 | 163.64 | 0.14 | 0.31 |
| Hex | 45 | 5B | 55 | 18 | 0 | 7 | 40 | A4 | E | 1F |
| Octal | 105 | 133 | 125 | 30 | 0 | 7 | 100 | 244 | 16 | 37 |
| Binary | 1000101 | 1011011 | 1010101 | 11000 | 0 | 111 | 1000000 | 10100100 | 1110 | 11111 |
Color Harmonies of #455B55
Complementary color
Monochromatic Colors of #455B55
Black with #455B55
Text Example
Text Example
White with #455B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455B55; }
p { color: rgb(69,91,85); }
H1.HeaderClassName
{
color: #455B55;
}
.AnyTagClassName
{
color: #455B55;
}
</style>
background-color css
<style>
a { background-color: #455B55; }
a { background-color: rgb(69,91,85); }
div.DivClassName
{
background-color: #455B55;
}
.BgClassName
{
background-color: #455B55;
}
</style>
border-color css
<style>
span { border-color: #455B55; }
span { border-color: rgb(69,91,85); }
td.TdClassName
{
border-color: #455B55;
}
.TagClassName
{
border-color: #455B55;
}
</style>