#544EAA

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

Shades of Rich Blue #544EAA

Tints of Rich Blue #544EAA

Color information

#544EAA (or 0x544EAA) is unknown color: approx Rich Blue. HEX triplet: 54, 4E and AA. RGB value is (84,78,170). Sum of RGB (Red+Green+Blue) = 84+78+170=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #544EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544EAA is #ABB155. Grayscale: #595959. Windows color (decimal): -11252054 or 11161172. OLE color: 11161172.

HSL color Cylindrical-coordinate representation of color #544EAA: hue angle of 243.91º 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 #544EAA is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8478170-
CMYK0.510.5400.33
HSL243.91º37.1%48.63%-
HSV(B)243.91º54.12%66.67%-
XYZ13.6410.2439.29-
YUV90.28172.99123.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.30%
GREEN value IS 78 (30.86% from 255) = 23.49%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=25.30%
G=23.49%
B=51.20%

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
Decimal84781700.510.5400.33243.9137.148.63
Hex544EAA3336021f42531
Octal12411625263660413644561
Binary1010100100111010101010110011110110010000111110100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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