#545EA7

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

Shades of Rich Blue #545EA7

Tints of Rich Blue #545EA7

Color information

#545EA7 (or 0x545EA7) is unknown color: approx Rich Blue. HEX triplet: 54, 5E and A7. RGB value is (84,94,167). Sum of RGB (Red+Green+Blue) = 84+94+167=345 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.35% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 167 (65.62% from 255 or 48.41% from 345); Max value from RGB is 167 - color contains mainly: blue. Hex color #545EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545EA7 is #ABA158. Grayscale: #636363. Windows color (decimal): -11247961 or 10968660. OLE color: 10968660.

HSL color Cylindrical-coordinate representation of color #545EA7: hue angle of 232.77º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #545EA7 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8494167-
CMYK0.500.4400.35
HSL232.77º33.07%49.22%-
HSV(B)232.77º49.7%65.49%-
XYZ14.6312.6838.24-
YUV99.33166.19117.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.35%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 167 (65.62% from 255) = 48.41%
R=24.35%
G=27.25%
B=48.41%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal84941670.500.4400.35232.7733.0749.22
Hex545EA7322C023e92131
Octal12413624762540433514161
Binary1010100101111010100111110010101100010001111101001100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545EA7; }

 p { color: rgb(84,94,167); }

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

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

 a { background-color: rgb(84,94,167); }

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

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

 span { border-color: rgb(84,94,167); }

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