#455888

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

Shades of Tory Blue #455888

Tints of Tory Blue #455888

Color information

#455888 (or 0x455888) is unknown color: approx Tory Blue. HEX triplet: 45, 58 and 88. RGB value is (69,88,136). Sum of RGB (Red+Green+Blue) = 69+88+136=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #455888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455888 is #BAA777. Grayscale: #575757. Windows color (decimal): -12232568 or 8935493. OLE color: 8935493.

HSL color Cylindrical-coordinate representation of color #455888: hue angle of 222.99º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #455888 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6988136-
CMYK0.490.3500.47
HSL222.99º32.68%40.2%-
HSV(B)222.99º49.26%53.33%-
XYZ10.3910.0224.68-
YUV87.79155.21114.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 136 (53.52% from 255) = 46.42%
R=23.55%
G=30.03%
B=46.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69881360.490.3500.47222.9932.6840.2
Hex455888312302Fdf2128
Octal10513021061430573374150
Binary1000101101100010001000110001100011010111111011111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455888; }

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

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

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

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

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

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

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

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