#455891

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

Shades of Tory Blue #455891

Tints of Tory Blue #455891

Color information

#455891 (or 0x455891) is unknown color: approx Tory Blue. HEX triplet: 45, 58 and 91. RGB value is (69,88,145). Sum of RGB (Red+Green+Blue) = 69+88+145=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #455891 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455891 is #BAA76E. Grayscale: #585858. Windows color (decimal): -12232559 or 9525317. OLE color: 9525317.

HSL color Cylindrical-coordinate representation of color #455891: hue angle of 225º 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 #455891 is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6988145-
CMYK0.520.3900.43
HSL225º35.51%41.96%-
HSV(B)225º52.41%56.86%-
XYZ11.0510.2928.19-
YUV88.82159.71113.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.85%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 145 (57.03% from 255) = 48.01%
R=22.85%
G=29.14%
B=48.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69881450.520.3900.4322535.5141.96
Hex455891342702Be1242a
Octal10513022164470533414452
Binary1000101101100010010001110100100111010101111100001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455891; }

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

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

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

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

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

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

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

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