#455590

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

Shades of Tory Blue #455590

Tints of Tory Blue #455590

Color information

#455590 (or 0x455590) is unknown color: approx Tory Blue. HEX triplet: 45, 55 and 90. RGB value is (69,85,144). Sum of RGB (Red+Green+Blue) = 69+85+144=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #455590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455590 is #BAAA6F. Grayscale: #565656. Windows color (decimal): -12233328 or 9459013. OLE color: 9459013.

HSL color Cylindrical-coordinate representation of color #455590: hue angle of 227.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #455590 is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6985144-
CMYK0.520.4100.44
HSL227.2º35.21%41.76%-
HSV(B)227.2º52.08%56.47%-
XYZ10.749.7827.71-
YUV86.94160.2115.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 144 (56.64% from 255) = 48.32%
R=23.15%
G=28.52%
B=48.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69851440.520.4100.44227.235.2141.76
Hex455590342902Ce3232a
Octal10512522064510543434352
Binary1000101101010110010000110100101001010110011100011100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455590; }

 p { color: rgb(69,85,144); }

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

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

 a { background-color: rgb(69,85,144); }

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

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

 span { border-color: rgb(69,85,144); }

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