#545AA4

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

Shades of Rich Blue #545AA4

Tints of Rich Blue #545AA4

Color information

#545AA4 (or 0x545AA4) is unknown color: approx Rich Blue. HEX triplet: 54, 5A and A4. RGB value is (84,90,164). Sum of RGB (Red+Green+Blue) = 84+90+164=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #545AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545AA4 is #ABA55B. Grayscale: #606060. Windows color (decimal): -11248988 or 10771028. OLE color: 10771028.

HSL color Cylindrical-coordinate representation of color #545AA4: hue angle of 235.5º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #545AA4 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8490164-
CMYK0.490.4500.36
HSL235.5º32.26%48.63%-
HSV(B)235.5º48.78%64.31%-
XYZ14.0111.8836.68-
YUV96.64166.01118.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.85%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 164 (64.45% from 255) = 48.52%
R=24.85%
G=26.63%
B=48.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal84901640.490.4500.36235.532.2648.63
Hex545AA4312D024ec2031
Octal12413224461550443544061
Binary1010100101101010100100110001101101010010011101100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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