#455DA5

Color #455DA5 Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #455DA5

Tints of Mariner #455DA5

Color information

#455DA5 (or 0x455DA5) is unknown color: approx Mariner. HEX triplet: 45, 5D and A5. RGB value is (69,93,165). Sum of RGB (Red+Green+Blue) = 69+93+165=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 165 (64.84% from 255 or 50.46% from 327); Max value from RGB is 165 - color contains mainly: blue. Hex color #455DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455DA5 is #BAA25A. Grayscale: #5D5D5D. Windows color (decimal): -12231259 or 10837317. OLE color: 10837317.

HSL color Cylindrical-coordinate representation of color #455DA5: hue angle of 225º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #455DA5 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6993165-
CMYK0.580.4400.35
HSL225º41.03%45.88%-
HSV(B)225º58.18%64.71%-
XYZ13.1611.8137.18-
YUV94.03168.05110.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 165 (64.84% from 255) = 50.46%
R=21.10%
G=28.44%
B=50.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69931650.580.4400.3522541.0345.88
Hex455DA53A2C023e1292e
Octal10513524572540433415156
Binary1000101101110110100101111010101100010001111100001101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455DA5; }

 p { color: rgb(69,93,165); }

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

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

 a { background-color: rgb(69,93,165); }

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

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

 span { border-color: rgb(69,93,165); }

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