#544BAC

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

Shades of Rich Blue #544BAC

Tints of Rich Blue #544BAC

Color information

#544BAC (or 0x544BAC) is unknown color: approx Rich Blue. HEX triplet: 54, 4B and AC. RGB value is (84,75,172). Sum of RGB (Red+Green+Blue) = 84+75+172=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #544BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544BAC is #ABB453. Grayscale: #585858. Windows color (decimal): -11252820 or 11291476. OLE color: 11291476.

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

Color convert

RGB8475172-
CMYK0.510.5600.33
HSL245.57º39.27%48.43%-
HSV(B)245.57º56.4%67.45%-
XYZ13.629.940.22-
YUV88.75174.98124.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.38%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 172 (67.58% from 255) = 51.96%
R=25.38%
G=22.66%
B=51.96%

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
Decimal84751720.510.5600.33245.5739.2748.43
Hex544BAC3338021f62730
Octal12411325463700413664760
Binary1010100100101110101100110011111000010000111110110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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