Shades of Tory Blue #445587
Tints of Tory Blue #445587
RGB
CMYK
RGB Variations
Color information
#445587 (or 0x445587) is known color: Tory Blue. HEX triplet: 44, 55 and 87. RGB value is (68,85,135). Sum of RGB (Red+Green+Blue) = 68+85+135=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #445587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445587 is #BBAA78. Grayscale: #555555. Windows color (decimal): -12298873 or 8869188. OLE color: 8869188.
HSL color Cylindrical-coordinate representation of color #445587: hue angle of 224.78º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #445587 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 68 | 85 | 135 | - |
| CMYK | 0.50 | 0.37 | 0 | 0.47 |
| HSL | 224.78º | 0.33% | 0.4% | - |
| HSV(B) | 224.78º | 0.5% | 0.53% | - |
| XYZ | 10.01 | 9.48 | 24.22 | - |
| YUV | 85.62 | 155.87 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 85 | 135 | 0.50 | 0.37 | 0 | 0.47 | 224.78 | 0.33 | 0.4 |
| Hex | 44 | 55 | 87 | 32 | 25 | 0 | 2F | E1 | 21 | 28 |
| Octal | 104 | 125 | 207 | 62 | 45 | 0 | 57 | 341 | 41 | 50 |
| Binary | 1000100 | 1010101 | 10000111 | 110010 | 100101 | 0 | 101111 | 11100001 | 100001 | 101000 |
Color Harmonies of #445587
Complementary color
Monochromatic Colors of #445587
Black with #445587
Text Example
Text Example
White with #445587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445587; }
p { color: rgb(68,85,135); }
H1.HeaderClassName
{
color: #445587;
}
.AnyTagClassName
{
color: #445587;
}
</style>
background-color css
<style>
a { background-color: #445587; }
a { background-color: rgb(68,85,135); }
div.DivClassName
{
background-color: #445587;
}
.BgClassName
{
background-color: #445587;
}
</style>
border-color css
<style>
span { border-color: #445587; }
span { border-color: rgb(68,85,135); }
td.TdClassName
{
border-color: #445587;
}
.TagClassName
{
border-color: #445587;
}
</style>