Shades of Stromboli #445B54
Tints of Stromboli #445B54
RGB
CMYK
RGB Variations
Color information
#445B54 (or 0x445B54) is known color: Stromboli. HEX triplet: 44, 5B and 54. RGB value is (68,91,84). Sum of RGB (Red+Green+Blue) = 68+91+84=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 91 - color contains mainly: green. Hex color #445B54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B54 is #BBA4AB. Grayscale: #535353. Windows color (decimal): -12297388 or 5528388. OLE color: 5528388.
HSL color Cylindrical-coordinate representation of color #445B54: hue angle of 161.74º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #445B54 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 91 | 84 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.64 |
| HSL | 161.74º | 0.14% | 0.31% | - |
| HSV(B) | 161.74º | 0.25% | 0.36% | - |
| XYZ | 7.73 | 9.35 | 9.79 | - |
| YUV | 83.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 84 | 0.25 | 0 | 0.08 | 0.64 | 161.74 | 0.14 | 0.31 |
| Hex | 44 | 5B | 54 | 19 | 0 | 8 | 40 | A2 | E | 1F |
| Octal | 104 | 133 | 124 | 31 | 0 | 10 | 100 | 242 | 16 | 37 |
| Binary | 1000100 | 1011011 | 1010100 | 11001 | 0 | 1000 | 1000000 | 10100010 | 1110 | 11111 |
Color Harmonies of #445B54
Complementary color
Monochromatic Colors of #445B54
Black with #445B54
Text Example
Text Example
White with #445B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B54; }
p { color: rgb(68,91,84); }
H1.HeaderClassName
{
color: #445B54;
}
.AnyTagClassName
{
color: #445B54;
}
</style>
background-color css
<style>
a { background-color: #445B54; }
a { background-color: rgb(68,91,84); }
div.DivClassName
{
background-color: #445B54;
}
.BgClassName
{
background-color: #445B54;
}
</style>
border-color css
<style>
span { border-color: #445B54; }
span { border-color: rgb(68,91,84); }
td.TdClassName
{
border-color: #445B54;
}
.TagClassName
{
border-color: #445B54;
}
</style>