#544BAE

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

Shades of Rich Blue #544BAE

Tints of Rich Blue #544BAE

Color information

#544BAE (or 0x544BAE) is unknown color: approx Rich Blue. HEX triplet: 54, 4B and AE. RGB value is (84,75,174). Sum of RGB (Red+Green+Blue) = 84+75+174=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #544BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544BAE is #ABB451. Grayscale: #585858. Windows color (decimal): -11252818 or 11422548. OLE color: 11422548.

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

Color convert

RGB8475174-
CMYK0.520.5700.32
HSL245.45º39.76%48.82%-
HSV(B)245.45º56.9%68.24%-
XYZ13.819.9741.24-
YUV88.98175.98124.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.23%
GREEN value IS 75 (29.69% from 255) = 22.52%
BLUE value IS 174 (68.36% from 255) = 52.25%
R=25.23%
G=22.52%
B=52.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal84751740.520.5700.32245.4539.7648.82
Hex544BAE3439020f52831
Octal12411325664710403655061
Binary1010100100101110101110110100111001010000011110101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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