Shades of Stromboli #445F55
Tints of Stromboli #445F55
RGB
CMYK
RGB Variations
Color information
#445F55 (or 0x445F55) is known color: Stromboli. HEX triplet: 44, 5F and 55. RGB value is (68,95,85). Sum of RGB (Red+Green+Blue) = 68+95+85=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 95 - color contains mainly: green. Hex color #445F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F55 is #BBA0AA. Grayscale: #555555. Windows color (decimal): -12296363 or 5594948. OLE color: 5594948.
HSL color Cylindrical-coordinate representation of color #445F55: hue angle of 157.78º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445F55 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 95 | 85 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.63 |
| HSL | 157.78º | 0.17% | 0.32% | - |
| HSV(B) | 157.78º | 0.28% | 0.37% | - |
| XYZ | 8.12 | 10.07 | 10.11 | - |
| YUV | 85.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 85 | 0.28 | 0 | 0.11 | 0.63 | 157.78 | 0.17 | 0.32 |
| Hex | 44 | 5F | 55 | 1C | 0 | B | 3F | 9E | 11 | 20 |
| Octal | 104 | 137 | 125 | 34 | 0 | 13 | 77 | 236 | 21 | 40 |
| Binary | 1000100 | 1011111 | 1010101 | 11100 | 0 | 1011 | 111111 | 10011110 | 10001 | 100000 |
Color Harmonies of #445F55
Complementary color
Monochromatic Colors of #445F55
Black with #445F55
Text Example
Text Example
White with #445F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F55; }
p { color: rgb(68,95,85); }
H1.HeaderClassName
{
color: #445F55;
}
.AnyTagClassName
{
color: #445F55;
}
</style>
background-color css
<style>
a { background-color: #445F55; }
a { background-color: rgb(68,95,85); }
div.DivClassName
{
background-color: #445F55;
}
.BgClassName
{
background-color: #445F55;
}
</style>
border-color css
<style>
span { border-color: #445F55; }
span { border-color: rgb(68,95,85); }
td.TdClassName
{
border-color: #445F55;
}
.TagClassName
{
border-color: #445F55;
}
</style>