Shades of Stromboli #445F54
Tints of Stromboli #445F54
RGB
CMYK
RGB Variations
Color information
#445F54 (or 0x445F54) is known color: Stromboli. HEX triplet: 44, 5F and 54. RGB value is (68,95,84). Sum of RGB (Red+Green+Blue) = 68+95+84=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 84 (33.20% from 255 or 34.01% from 247); Max value from RGB is 95 - color contains mainly: green. Hex color #445F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F54 is #BBA0AB. Grayscale: #555555. Windows color (decimal): -12296364 or 5529412. OLE color: 5529412.
HSL color Cylindrical-coordinate representation of color #445F54: hue angle of 155.56º 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 #445F54 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 95 | 84 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.63 |
| HSL | 155.56º | 0.17% | 0.32% | - |
| HSV(B) | 155.56º | 0.28% | 0.37% | - |
| XYZ | 8.08 | 10.05 | 9.9 | - |
| YUV | 85.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 95 | 84 | 0.28 | 0 | 0.12 | 0.63 | 155.56 | 0.17 | 0.32 |
| Hex | 44 | 5F | 54 | 1C | 0 | C | 3F | 9C | 11 | 20 |
| Octal | 104 | 137 | 124 | 34 | 0 | 14 | 77 | 234 | 21 | 40 |
| Binary | 1000100 | 1011111 | 1010100 | 11100 | 0 | 1100 | 111111 | 10011100 | 10001 | 100000 |
Color Harmonies of #445F54
Complementary color
Monochromatic Colors of #445F54
Black with #445F54
Text Example
Text Example
White with #445F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445F54; }
p { color: rgb(68,95,84); }
H1.HeaderClassName
{
color: #445F54;
}
.AnyTagClassName
{
color: #445F54;
}
</style>
background-color css
<style>
a { background-color: #445F54; }
a { background-color: rgb(68,95,84); }
div.DivClassName
{
background-color: #445F54;
}
.BgClassName
{
background-color: #445F54;
}
</style>
border-color css
<style>
span { border-color: #445F54; }
span { border-color: rgb(68,95,84); }
td.TdClassName
{
border-color: #445F54;
}
.TagClassName
{
border-color: #445F54;
}
</style>