#544faa

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

Shades of Rich Blue #544FAA

Tints of Rich Blue #544FAA

Color information

#544FAA (or 0x544FAA) is unknown color: approx Rich Blue. HEX triplet: 54, 4F and AA. RGB value is (84,79,170). Sum of RGB (Red+Green+Blue) = 84+79+170=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 79 (31.25% from 255 or 23.72% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #544FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544FAA is #ABB055. Grayscale: #5A5A5A. Windows color (decimal): -11251798 or 11161428. OLE color: 11161428.

HSL color Cylindrical-coordinate representation of color #544FAA: hue angle of 243.3º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #544FAA is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8479170-
CMYK0.510.5400.33
HSL243.3º36.55%48.82%-
HSV(B)243.3º53.53%66.67%-
XYZ13.7110.3839.31-
YUV90.87172.66123.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 79 (31.25% from 255) = 23.72%
BLUE value IS 170 (66.80% from 255) = 51.05%
R=25.23%
G=23.72%
B=51.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84791700.510.5400.33243.336.5548.82
Hex544FAA3336021f32531
Octal12411725263660413634561
Binary1010100100111110101010110011110110010000111110011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544faa; }

 p { color: rgb(84,79,170); }

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

<style>
 a { background-color: #544faa; }

 a { background-color: rgb(84,79,170); }

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

<style>
 span { border-color: #544faa; }

 span { border-color: rgb(84,79,170); }

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