#544EAE

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

Shades of Rich Blue #544EAE

Tints of Rich Blue #544EAE

Color information

#544EAE (or 0x544EAE) is unknown color: approx Rich Blue. HEX triplet: 54, 4E and AE. RGB value is (84,78,174). Sum of RGB (Red+Green+Blue) = 84+78+174=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #544EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544EAE is #ABB151. Grayscale: #5A5A5A. Windows color (decimal): -11252050 or 11423316. OLE color: 11423316.

HSL color Cylindrical-coordinate representation of color #544EAE: hue angle of 243.75º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #544EAE is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8478174-
CMYK0.520.5500.32
HSL243.75º38.1%49.41%-
HSV(B)243.75º55.17%68.24%-
XYZ14.0210.3941.31-
YUV90.74174.99123.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 174 (68.36% from 255) = 51.79%
R=25%
G=23.21%
B=51.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84781740.520.5500.32243.7538.149.41
Hex544EAE3437020f42631
Octal12411625664670403644661
Binary1010100100111010101110110100110111010000011110100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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