Shades of Tory Blue #405A87
Tints of Tory Blue #405A87
RGB
CMYK
RGB Variations
Color information
#405A87 (or 0x405A87) is known color: Tory Blue. HEX triplet: 40, 5A and 87. RGB value is (64,90,135). Sum of RGB (Red+Green+Blue) = 64+90+135=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #405A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405A87 is #BFA578. Grayscale: #575757. Windows color (decimal): -12559737 or 8870464. OLE color: 8870464.
HSL color Cylindrical-coordinate representation of color #405A87: hue angle of 218.03º 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 #405A87 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 64 | 90 | 135 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.47 |
| HSL | 218.03º | 0.36% | 0.39% | - |
| HSV(B) | 218.03º | 0.53% | 0.53% | - |
| XYZ | 10.14 | 10.15 | 24.35 | - |
| YUV | 87.36 | 154.89 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 135 | 0.53 | 0.33 | 0 | 0.47 | 218.03 | 0.36 | 0.39 |
| Hex | 40 | 5A | 87 | 35 | 21 | 0 | 2F | DA | 24 | 27 |
| Octal | 100 | 132 | 207 | 65 | 41 | 0 | 57 | 332 | 44 | 47 |
| Binary | 1000000 | 1011010 | 10000111 | 110101 | 100001 | 0 | 101111 | 11011010 | 100100 | 100111 |
Color Harmonies of #405A87
Complementary color
Monochromatic Colors of #405A87
Black with #405A87
Text Example
Text Example
White with #405A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A87; }
p { color: rgb(64,90,135); }
H1.HeaderClassName
{
color: #405A87;
}
.AnyTagClassName
{
color: #405A87;
}
</style>
background-color css
<style>
a { background-color: #405A87; }
a { background-color: rgb(64,90,135); }
div.DivClassName
{
background-color: #405A87;
}
.BgClassName
{
background-color: #405A87;
}
</style>
border-color css
<style>
span { border-color: #405A87; }
span { border-color: rgb(64,90,135); }
td.TdClassName
{
border-color: #405A87;
}
.TagClassName
{
border-color: #405A87;
}
</style>