Shades of Tory Blue #405585
Tints of Tory Blue #405585
RGB
CMYK
RGB Variations
Color information
#405585 (or 0x405585) is known color: Tory Blue. HEX triplet: 40, 55 and 85. RGB value is (64,85,133). Sum of RGB (Red+Green+Blue) = 64+85+133=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 85 (33.59% from 255 or 30.14% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #405585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405585 is #BFAA7A. Grayscale: #535353. Windows color (decimal): -12561019 or 8738112. OLE color: 8738112.
HSL color Cylindrical-coordinate representation of color #405585: hue angle of 221.74º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #405585 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 85 | 133 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.48 |
| HSL | 221.74º | 0.35% | 0.39% | - |
| HSV(B) | 221.74º | 0.52% | 0.52% | - |
| XYZ | 9.6 | 9.28 | 23.48 | - |
| YUV | 84.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 133 | 0.52 | 0.36 | 0 | 0.48 | 221.74 | 0.35 | 0.39 |
| Hex | 40 | 55 | 85 | 34 | 24 | 0 | 30 | DE | 23 | 27 |
| Octal | 100 | 125 | 205 | 64 | 44 | 0 | 60 | 336 | 43 | 47 |
| Binary | 1000000 | 1010101 | 10000101 | 110100 | 100100 | 0 | 110000 | 11011110 | 100011 | 100111 |
Color Harmonies of #405585
Complementary color
Monochromatic Colors of #405585
Black with #405585
Text Example
Text Example
White with #405585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405585; }
p { color: rgb(64,85,133); }
H1.HeaderClassName
{
color: #405585;
}
.AnyTagClassName
{
color: #405585;
}
</style>
background-color css
<style>
a { background-color: #405585; }
a { background-color: rgb(64,85,133); }
div.DivClassName
{
background-color: #405585;
}
.BgClassName
{
background-color: #405585;
}
</style>
border-color css
<style>
span { border-color: #405585; }
span { border-color: rgb(64,85,133); }
td.TdClassName
{
border-color: #405585;
}
.TagClassName
{
border-color: #405585;
}
</style>