#405587

Color #405587 Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #405587

Tints of Tory Blue #405587

Color information

#405587 (or 0x405587) is unknown color: approx Tory Blue. HEX triplet: 40, 55 and 87. RGB value is (64,85,135). Sum of RGB (Red+Green+Blue) = 64+85+135=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #405587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405587 is #BFAA78. Grayscale: #545454. Windows color (decimal): -12561017 or 8869184. OLE color: 8869184.

HSL color Cylindrical-coordinate representation of color #405587: hue angle of 222.25º 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 #405587 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6485135-
CMYK0.530.3700.47
HSL222.25º35.68%39.02%-
HSV(B)222.25º52.59%52.94%-
XYZ9.749.3424.21-
YUV84.42156.54113.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 64 (25.39% from 255) = 22.54%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=22.54%
G=29.93%
B=47.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64851350.530.3700.47222.2535.6839.02
Hex405587352502Fde2427
Octal10012520765450573364447
Binary1000000101010110000111110101100101010111111011110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405587; }

 p { color: rgb(64,85,135); }

 H1.HeaderClassName
 {
   color: #405587;
 }
 .AnyTagClassName
 {
   color: #405587;
 }
</style>
background-color css

<style>
 a { background-color: #405587; }

 a { background-color: rgb(64,85,135); }

 div.DivClassName
 {
   background-color: #405587;
 }
 .BgClassName
 {
   background-color: #405587;
 }
</style>
border-color css

<style>
 span { border-color: #405587; }

 span { border-color: rgb(64,85,135); }

 td.TdClassName
 {
   border-color: #405587;
 }
 .TagClassName
 {
   border-color: #405587;
 }
</style>