#405789

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

Shades of Tory Blue #405789

Tints of Tory Blue #405789

Color information

#405789 (or 0x405789) is unknown color: approx Tory Blue. HEX triplet: 40, 57 and 89. RGB value is (64,87,137). Sum of RGB (Red+Green+Blue) = 64+87+137=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #405789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405789 is #BFA876. Grayscale: #555555. Windows color (decimal): -12560503 or 9000768. OLE color: 9000768.

HSL color Cylindrical-coordinate representation of color #405789: hue angle of 221.1º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #405789 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6487137-
CMYK0.530.3600.46
HSL221.1º36.32%39.41%-
HSV(B)221.1º53.28%53.73%-
XYZ10.049.7125.01-
YUV85.82156.88112.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 87 (34.38% from 255) = 30.21%
BLUE value IS 137 (53.91% from 255) = 47.57%
R=22.22%
G=30.21%
B=47.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal64871370.530.3600.46221.136.3239.41
Hex405789352402Edd2427
Octal10012721165440563354447
Binary1000000101011110001001110101100100010111011011101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405789; }

 p { color: rgb(64,87,137); }

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

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

 a { background-color: rgb(64,87,137); }

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

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

 span { border-color: rgb(64,87,137); }

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