#405889

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

Shades of Tory Blue #405889

Tints of Tory Blue #405889

Color information

#405889 (or 0x405889) is unknown color: approx Tory Blue. HEX triplet: 40, 58 and 89. RGB value is (64,88,137). Sum of RGB (Red+Green+Blue) = 64+88+137=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #405889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #405889 is #BFA776. Grayscale: #565656. Windows color (decimal): -12560247 or 9001024. OLE color: 9001024.

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

Color convert

RGB6488137-
CMYK0.530.3600.46
HSL220.27º36.32%39.41%-
HSV(B)220.27º53.28%53.73%-
XYZ10.129.8825.04-
YUV86.41156.55112.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.15%
GREEN value IS 88 (34.77% from 255) = 30.45%
BLUE value IS 137 (53.91% from 255) = 47.40%
R=22.15%
G=30.45%
B=47.40%

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
Decimal64881370.530.3600.46220.2736.3239.41
Hex405889352402Edc2427
Octal10013021165440563344447
Binary1000000101100010001001110101100100010111011011100100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405889; }

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

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

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

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

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

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

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

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