Shades of Stromboli #445B53
Tints of Stromboli #445B53
RGB
CMYK
RGB Variations
Color information
#445B53 (or 0x445B53) is known color: Stromboli. HEX triplet: 44, 5B and 53. RGB value is (68,91,83). Sum of RGB (Red+Green+Blue) = 68+91+83=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 91 - color contains mainly: green. Hex color #445B53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445B53 is #BBA4AC. Grayscale: #535353. Windows color (decimal): -12297389 or 5462852. OLE color: 5462852.
HSL color Cylindrical-coordinate representation of color #445B53: hue angle of 159.13º 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 #445B53 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 91 | 83 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.64 |
| HSL | 159.13º | 0.14% | 0.31% | - |
| HSV(B) | 159.13º | 0.25% | 0.36% | - |
| XYZ | 7.69 | 9.34 | 9.58 | - |
| YUV | 83.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 83 | 0.25 | 0 | 0.09 | 0.64 | 159.13 | 0.14 | 0.31 |
| Hex | 44 | 5B | 53 | 19 | 0 | 9 | 40 | 9F | E | 1F |
| Octal | 104 | 133 | 123 | 31 | 0 | 11 | 100 | 237 | 16 | 37 |
| Binary | 1000100 | 1011011 | 1010011 | 11001 | 0 | 1001 | 1000000 | 10011111 | 1110 | 11111 |
Color Harmonies of #445B53
Complementary color
Monochromatic Colors of #445B53
Black with #445B53
Text Example
Text Example
White with #445B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B53; }
p { color: rgb(68,91,83); }
H1.HeaderClassName
{
color: #445B53;
}
.AnyTagClassName
{
color: #445B53;
}
</style>
background-color css
<style>
a { background-color: #445B53; }
a { background-color: rgb(68,91,83); }
div.DivClassName
{
background-color: #445B53;
}
.BgClassName
{
background-color: #445B53;
}
</style>
border-color css
<style>
span { border-color: #445B53; }
span { border-color: rgb(68,91,83); }
td.TdClassName
{
border-color: #445B53;
}
.TagClassName
{
border-color: #445B53;
}
</style>