#544FAE

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

Shades of Rich Blue #544FAE

Tints of Rich Blue #544FAE

Color information

#544FAE (or 0x544FAE) is unknown color: approx Rich Blue. HEX triplet: 54, 4F and AE. RGB value is (84,79,174). Sum of RGB (Red+Green+Blue) = 84+79+174=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #544FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #544FAE is #ABB051. Grayscale: #5A5A5A. Windows color (decimal): -11251794 or 11423572. OLE color: 11423572.

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

Color convert

RGB8479174-
CMYK0.520.5500.32
HSL243.16º37.55%49.61%-
HSV(B)243.16º54.6%68.24%-
XYZ14.0910.5341.33-
YUV91.32174.66122.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.93%
GREEN value IS 79 (31.25% from 255) = 23.44%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=24.93%
G=23.44%
B=51.63%

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
Decimal84791740.520.5500.32243.1637.5549.61
Hex544FAE3437020f32632
Octal12411725664670403634662
Binary1010100100111110101110110100110111010000011110011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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