Shades of Stromboli #455F55
Tints of Stromboli #455F55
RGB
CMYK
RGB Variations
Color information
#455F55 (or 0x455F55) is known color: Stromboli. HEX triplet: 45, 5F and 55. RGB value is (69,95,85). Sum of RGB (Red+Green+Blue) = 69+95+85=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 95 (37.5% from 255 or 38.15% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 95 - color contains mainly: green. Hex color #455F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455F55 is #BAA0AA. Grayscale: #565656. Windows color (decimal): -12230827 or 5594949. OLE color: 5594949.
HSL color Cylindrical-coordinate representation of color #455F55: hue angle of 156.92º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455F55 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 69 | 95 | 85 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.63 |
| HSL | 156.92º | 0.16% | 0.32% | - |
| HSV(B) | 156.92º | 0.27% | 0.37% | - |
| XYZ | 8.19 | 10.11 | 10.11 | - |
| YUV | 86.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 95 | 85 | 0.27 | 0 | 0.11 | 0.63 | 156.92 | 0.16 | 0.32 |
| Hex | 45 | 5F | 55 | 1B | 0 | B | 3F | 9D | 10 | 20 |
| Octal | 105 | 137 | 125 | 33 | 0 | 13 | 77 | 235 | 20 | 40 |
| Binary | 1000101 | 1011111 | 1010101 | 11011 | 0 | 1011 | 111111 | 10011101 | 10000 | 100000 |
Color Harmonies of #455F55
Complementary color
Monochromatic Colors of #455F55
Black with #455F55
Text Example
Text Example
White with #455F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455F55; }
p { color: rgb(69,95,85); }
H1.HeaderClassName
{
color: #455F55;
}
.AnyTagClassName
{
color: #455F55;
}
</style>
background-color css
<style>
a { background-color: #455F55; }
a { background-color: rgb(69,95,85); }
div.DivClassName
{
background-color: #455F55;
}
.BgClassName
{
background-color: #455F55;
}
</style>
border-color css
<style>
span { border-color: #455F55; }
span { border-color: rgb(69,95,85); }
td.TdClassName
{
border-color: #455F55;
}
.TagClassName
{
border-color: #455F55;
}
</style>