Shades of Tory Blue #405987
Tints of Tory Blue #405987
RGB
CMYK
RGB Variations
Color information
#405987 (or 0x405987) is known color: Tory Blue. HEX triplet: 40, 59 and 87. RGB value is (64,89,135). Sum of RGB (Red+Green+Blue) = 64+89+135=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 89 (35.16% from 255 or 30.90% 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 #405987 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405987 is #BFA678. Grayscale: #565656. Windows color (decimal): -12559993 or 8870208. OLE color: 8870208.
HSL color Cylindrical-coordinate representation of color #405987: hue angle of 218.87º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #405987 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 89 | 135 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.47 |
| HSL | 218.87º | 0.36% | 0.39% | - |
| HSV(B) | 218.87º | 0.53% | 0.53% | - |
| XYZ | 10.06 | 9.98 | 24.32 | - |
| YUV | 86.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 135 | 0.53 | 0.34 | 0 | 0.47 | 218.87 | 0.36 | 0.39 |
| Hex | 40 | 59 | 87 | 35 | 22 | 0 | 2F | DB | 24 | 27 |
| Octal | 100 | 131 | 207 | 65 | 42 | 0 | 57 | 333 | 44 | 47 |
| Binary | 1000000 | 1011001 | 10000111 | 110101 | 100010 | 0 | 101111 | 11011011 | 100100 | 100111 |
Color Harmonies of #405987
Complementary color
Monochromatic Colors of #405987
Black with #405987
Text Example
Text Example
White with #405987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405987; }
p { color: rgb(64,89,135); }
H1.HeaderClassName
{
color: #405987;
}
.AnyTagClassName
{
color: #405987;
}
</style>
background-color css
<style>
a { background-color: #405987; }
a { background-color: rgb(64,89,135); }
div.DivClassName
{
background-color: #405987;
}
.BgClassName
{
background-color: #405987;
}
</style>
border-color css
<style>
span { border-color: #405987; }
span { border-color: rgb(64,89,135); }
td.TdClassName
{
border-color: #405987;
}
.TagClassName
{
border-color: #405987;
}
</style>