#545AAD

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

Shades of Rich Blue #545AAD

Tints of Rich Blue #545AAD

Color information

#545AAD (or 0x545AAD) is unknown color: approx Rich Blue. HEX triplet: 54, 5A and AD. RGB value is (84,90,173). Sum of RGB (Red+Green+Blue) = 84+90+173=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #545AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545AAD is #ABA552. Grayscale: #616161. Windows color (decimal): -11248979 or 11360852. OLE color: 11360852.

HSL color Cylindrical-coordinate representation of color #545AAD: hue angle of 235.96º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #545AAD is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8490173-
CMYK0.510.4800.32
HSL235.96º35.18%50.39%-
HSV(B)235.96º51.45%67.84%-
XYZ14.8612.2141.11-
YUV97.67170.51118.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 90 (35.55% from 255) = 25.94%
BLUE value IS 173 (67.97% from 255) = 49.86%
R=24.21%
G=25.94%
B=49.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84901730.510.4800.32235.9635.1850.39
Hex545AAD3330020ec2332
Octal12413225563600403544362
Binary1010100101101010101101110011110000010000011101100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,90,173); }

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

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

 a { background-color: rgb(84,90,173); }

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

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

 span { border-color: rgb(84,90,173); }

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