#544BAA

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

Shades of Rich Blue #544BAA

Tints of Rich Blue #544BAA

Color information

#544BAA (or 0x544BAA) is unknown color: approx Rich Blue. HEX triplet: 54, 4B and AA. RGB value is (84,75,170). Sum of RGB (Red+Green+Blue) = 84+75+170=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 170 (66.80% from 255 or 51.67% from 329); Max value from RGB is 170 - color contains mainly: blue. Hex color #544BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544BAA is #ABB455. Grayscale: #585858. Windows color (decimal): -11252822 or 11160404. OLE color: 11160404.

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

Color convert

RGB8475170-
CMYK0.510.5600.33
HSL245.68º38.78%48.04%-
HSV(B)245.68º55.88%66.67%-
XYZ13.439.8239.22-
YUV88.52173.98124.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.53%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 170 (66.80% from 255) = 51.67%
R=25.53%
G=22.80%
B=51.67%

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
Decimal84751700.510.5600.33245.6838.7848.04
Hex544BAA3338021f62730
Octal12411325263700413664760
Binary1010100100101110101010110011111000010000111110110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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