Shades of Tory Blue #445589
Tints of Tory Blue #445589
RGB
CMYK
RGB Variations
Color information
#445589 (or 0x445589) is known color: Tory Blue. HEX triplet: 44, 55 and 89. RGB value is (68,85,137). Sum of RGB (Red+Green+Blue) = 68+85+137=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #445589 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445589 is #BBAA76. Grayscale: #555555. Windows color (decimal): -12298871 or 9000260. OLE color: 9000260.
HSL color Cylindrical-coordinate representation of color #445589: hue angle of 225.22º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #445589 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 68 | 85 | 137 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.46 |
| HSL | 225.22º | 0.34% | 0.4% | - |
| HSV(B) | 225.22º | 0.5% | 0.54% | - |
| XYZ | 10.15 | 9.53 | 24.97 | - |
| YUV | 85.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 137 | 0.50 | 0.38 | 0 | 0.46 | 225.22 | 0.34 | 0.4 |
| Hex | 44 | 55 | 89 | 32 | 26 | 0 | 2E | E1 | 22 | 28 |
| Octal | 104 | 125 | 211 | 62 | 46 | 0 | 56 | 341 | 42 | 50 |
| Binary | 1000100 | 1010101 | 10001001 | 110010 | 100110 | 0 | 101110 | 11100001 | 100010 | 101000 |
Color Harmonies of #445589
Complementary color
Monochromatic Colors of #445589
Black with #445589
Text Example
Text Example
White with #445589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445589; }
p { color: rgb(68,85,137); }
H1.HeaderClassName
{
color: #445589;
}
.AnyTagClassName
{
color: #445589;
}
</style>
background-color css
<style>
a { background-color: #445589; }
a { background-color: rgb(68,85,137); }
div.DivClassName
{
background-color: #445589;
}
.BgClassName
{
background-color: #445589;
}
</style>
border-color css
<style>
span { border-color: #445589; }
span { border-color: rgb(68,85,137); }
td.TdClassName
{
border-color: #445589;
}
.TagClassName
{
border-color: #445589;
}
</style>