Shades of Tory Blue #455585
Tints of Tory Blue #455585
RGB
CMYK
RGB Variations
Color information
#455585 (or 0x455585) is known color: Tory Blue. HEX triplet: 45, 55 and 85. RGB value is (69,85,133). Sum of RGB (Red+Green+Blue) = 69+85+133=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #455585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455585 is #BAAA7A. Grayscale: #555555. Windows color (decimal): -12233339 or 8738117. OLE color: 8738117.
HSL color Cylindrical-coordinate representation of color #455585: hue angle of 225º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #455585 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 69 | 85 | 133 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.48 |
| HSL | 225º | 0.32% | 0.4% | - |
| HSV(B) | 225º | 0.48% | 0.52% | - |
| XYZ | 9.94 | 9.46 | 23.49 | - |
| YUV | 85.69 | 154.7 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 133 | 0.48 | 0.36 | 0 | 0.48 | 225 | 0.32 | 0.4 |
| Hex | 45 | 55 | 85 | 30 | 24 | 0 | 30 | E1 | 20 | 28 |
| Octal | 105 | 125 | 205 | 60 | 44 | 0 | 60 | 341 | 40 | 50 |
| Binary | 1000101 | 1010101 | 10000101 | 110000 | 100100 | 0 | 110000 | 11100001 | 100000 | 101000 |
Color Harmonies of #455585
Complementary color
Monochromatic Colors of #455585
Black with #455585
Text Example
Text Example
White with #455585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455585; }
p { color: rgb(69,85,133); }
H1.HeaderClassName
{
color: #455585;
}
.AnyTagClassName
{
color: #455585;
}
</style>
background-color css
<style>
a { background-color: #455585; }
a { background-color: rgb(69,85,133); }
div.DivClassName
{
background-color: #455585;
}
.BgClassName
{
background-color: #455585;
}
</style>
border-color css
<style>
span { border-color: #455585; }
span { border-color: rgb(69,85,133); }
td.TdClassName
{
border-color: #455585;
}
.TagClassName
{
border-color: #455585;
}
</style>