#545AAC

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

Shades of Rich Blue #545AAC

Tints of Rich Blue #545AAC

Color information

#545AAC (or 0x545AAC) is unknown color: approx Rich Blue. HEX triplet: 54, 5A and AC. RGB value is (84,90,172). Sum of RGB (Red+Green+Blue) = 84+90+172=346 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.28% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #545AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545AAC is #ABA553. Grayscale: #616161. Windows color (decimal): -11248980 or 11295316. OLE color: 11295316.

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

Color convert

RGB8490172-
CMYK0.510.4800.33
HSL235.91º34.65%50.2%-
HSV(B)235.91º51.16%67.45%-
XYZ14.7612.1840.6-
YUV97.55170.01118.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.28%
GREEN value IS 90 (35.55% from 255) = 26.01%
BLUE value IS 172 (67.58% from 255) = 49.71%
R=24.28%
G=26.01%
B=49.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84901720.510.4800.33235.9134.6550.2
Hex545AAC3330021ec2332
Octal12413225463600413544362
Binary1010100101101010101100110011110000010000111101100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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