Shades of Stromboli #445C55
Tints of Stromboli #445C55
RGB
CMYK
RGB Variations
Color information
#445C55 (or 0x445C55) is known color: Stromboli. HEX triplet: 44, 5C and 55. RGB value is (68,92,85). Sum of RGB (Red+Green+Blue) = 68+92+85=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 92 - color contains mainly: green. Hex color #445C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C55 is #BBA3AA. Grayscale: #545454. Windows color (decimal): -12297131 or 5594180. OLE color: 5594180.
HSL color Cylindrical-coordinate representation of color #445C55: hue angle of 162.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #445C55 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 92 | 85 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.64 |
| HSL | 162.5º | 0.15% | 0.31% | - |
| HSV(B) | 162.5º | 0.26% | 0.36% | - |
| XYZ | 7.85 | 9.54 | 10.02 | - |
| YUV | 84.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 85 | 0.26 | 0 | 0.08 | 0.64 | 162.5 | 0.15 | 0.31 |
| Hex | 44 | 5C | 55 | 1A | 0 | 8 | 40 | A2 | F | 1F |
| Octal | 104 | 134 | 125 | 32 | 0 | 10 | 100 | 242 | 17 | 37 |
| Binary | 1000100 | 1011100 | 1010101 | 11010 | 0 | 1000 | 1000000 | 10100010 | 1111 | 11111 |
Color Harmonies of #445C55
Complementary color
Monochromatic Colors of #445C55
Black with #445C55
Text Example
Text Example
White with #445C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445C55; }
p { color: rgb(68,92,85); }
H1.HeaderClassName
{
color: #445C55;
}
.AnyTagClassName
{
color: #445C55;
}
</style>
background-color css
<style>
a { background-color: #445C55; }
a { background-color: rgb(68,92,85); }
div.DivClassName
{
background-color: #445C55;
}
.BgClassName
{
background-color: #445C55;
}
</style>
border-color css
<style>
span { border-color: #445C55; }
span { border-color: rgb(68,92,85); }
td.TdClassName
{
border-color: #445C55;
}
.TagClassName
{
border-color: #445C55;
}
</style>