Shades of Tory Blue #455789
Tints of Tory Blue #455789
RGB
CMYK
RGB Variations
Color information
#455789 (or 0x455789) is known color: Tory Blue. HEX triplet: 45, 57 and 89. RGB value is (69,87,137). Sum of RGB (Red+Green+Blue) = 69+87+137=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #455789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455789 is #BAA876. Grayscale: #575757. Windows color (decimal): -12232823 or 9000773. OLE color: 9000773.
HSL color Cylindrical-coordinate representation of color #455789: hue angle of 224.12º degrees, saturation: 0.33, 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 #455789 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 87 | 137 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.46 |
| HSL | 224.12º | 0.33% | 0.4% | - |
| HSV(B) | 224.12º | 0.5% | 0.54% | - |
| XYZ | 10.38 | 9.89 | 25.03 | - |
| YUV | 87.32 | 156.04 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 87 | 137 | 0.50 | 0.36 | 0 | 0.46 | 224.12 | 0.33 | 0.4 |
| Hex | 45 | 57 | 89 | 32 | 24 | 0 | 2E | E0 | 21 | 28 |
| Octal | 105 | 127 | 211 | 62 | 44 | 0 | 56 | 340 | 41 | 50 |
| Binary | 1000101 | 1010111 | 10001001 | 110010 | 100100 | 0 | 101110 | 11100000 | 100001 | 101000 |
Color Harmonies of #455789
Complementary color
Monochromatic Colors of #455789
Black with #455789
Text Example
Text Example
White with #455789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455789; }
p { color: rgb(69,87,137); }
H1.HeaderClassName
{
color: #455789;
}
.AnyTagClassName
{
color: #455789;
}
</style>
background-color css
<style>
a { background-color: #455789; }
a { background-color: rgb(69,87,137); }
div.DivClassName
{
background-color: #455789;
}
.BgClassName
{
background-color: #455789;
}
</style>
border-color css
<style>
span { border-color: #455789; }
span { border-color: rgb(69,87,137); }
td.TdClassName
{
border-color: #455789;
}
.TagClassName
{
border-color: #455789;
}
</style>