#544AAC

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

Shades of Rich Blue #544AAC

Tints of Rich Blue #544AAC

Color information

#544AAC (or 0x544AAC) is unknown color: approx Rich Blue. HEX triplet: 54, 4A and AC. RGB value is (84,74,172). Sum of RGB (Red+Green+Blue) = 84+74+172=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #544AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544AAC is #ABB553. Grayscale: #575757. Windows color (decimal): -11253076 or 11291220. OLE color: 11291220.

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

Color convert

RGB8474172-
CMYK0.510.5700.33
HSL246.12º39.84%48.24%-
HSV(B)246.12º56.98%67.45%-
XYZ13.559.7640.2-
YUV88.16175.31125.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.45%
GREEN value IS 74 (29.30% from 255) = 22.42%
BLUE value IS 172 (67.58% from 255) = 52.12%
R=25.45%
G=22.42%
B=52.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84741720.510.5700.33246.1239.8448.24
Hex544AAC3339021f62830
Octal12411225463710413665060
Binary1010100100101010101100110011111001010000111110110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,74,172); }

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

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

 a { background-color: rgb(84,74,172); }

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

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

 span { border-color: rgb(84,74,172); }

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