#544AAA

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

Shades of Rich Blue #544AAA

Tints of Rich Blue #544AAA

Color information

#544AAA (or 0x544AAA) is unknown color: approx Rich Blue. HEX triplet: 54, 4A and AA. RGB value is (84,74,170). Sum of RGB (Red+Green+Blue) = 84+74+170=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #544AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544AAA is #ABB555. Grayscale: #575757. Windows color (decimal): -11253078 or 11160148. OLE color: 11160148.

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

Color convert

RGB8474170-
CMYK0.510.5600.33
HSL246.25º39.34%47.84%-
HSV(B)246.25º56.47%66.67%-
XYZ13.369.6839.2-
YUV87.93174.31125.19-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.61%
GREEN value IS 74 (29.30% from 255) = 22.56%
BLUE value IS 170 (66.80% from 255) = 51.83%
R=25.61%
G=22.56%
B=51.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal84741700.510.5600.33246.2539.3447.84
Hex544AAA3338021f62730
Octal12411225263700413664760
Binary1010100100101010101010110011111000010000111110110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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