#455789

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

Shades of Tory Blue #455789

Tints of Tory Blue #455789

Color information

#455789 (or 0x455789) is unknown color: approx Tory Blue. HEX triplet: 45, 57 and 89. RGB value is (69,87,137). Sum of RGB (Red+Green+Blue) = 69+87+137=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #455789 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455789 is #BAA876. Grayscale: #575757. Windows color (decimal): -12232823 or 9000773. OLE color: 9000773.

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

Color convert

RGB6987137-
CMYK0.500.3600.46
HSL224.12º33.01%40.39%-
HSV(B)224.12º49.64%53.73%-
XYZ10.389.8925.03-
YUV87.32156.04114.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 137 (53.91% from 255) = 46.76%
R=23.55%
G=29.69%
B=46.76%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69871370.500.3600.46224.1233.0140.39
Hex455789322402Ee02128
Octal10512721162440563404150
Binary1000101101011110001001110010100100010111011100000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455789; }

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

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

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

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

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

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

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

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