#455591

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

Shades of Tory Blue #455591

Tints of Tory Blue #455591

Color information

#455591 (or 0x455591) is unknown color: approx Tory Blue. HEX triplet: 45, 55 and 91. RGB value is (69,85,145). Sum of RGB (Red+Green+Blue) = 69+85+145=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #455591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455591 is #BAAA6E. Grayscale: #565656. Windows color (decimal): -12233327 or 9524549. OLE color: 9524549.

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

Color convert

RGB6985145-
CMYK0.520.4100.43
HSL227.37º35.51%41.96%-
HSV(B)227.37º52.41%56.86%-
XYZ10.819.8128.11-
YUV87.06160.7115.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 145 (57.03% from 255) = 48.49%
R=23.08%
G=28.43%
B=48.49%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69851450.520.4100.43227.3735.5141.96
Hex455591342902Be3242a
Octal10512522164510533434452
Binary1000101101010110010001110100101001010101111100011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455591; }

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

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

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

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

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

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

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

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