#544bb5

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

Shades of Rich Blue #544BB5

Tints of Rich Blue #544BB5

Color information

#544BB5 (or 0x544BB5) is unknown color: approx Rich Blue. HEX triplet: 54, 4B and B5. RGB value is (84,75,181). Sum of RGB (Red+Green+Blue) = 84+75+181=340 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.71% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 181 (71.09% from 255 or 53.24% from 340); Max value from RGB is 181 - color contains mainly: blue. Hex color #544BB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #544BB5 is #ABB44A. Grayscale: #595959. Windows color (decimal): -11252811 or 11881300. OLE color: 11881300.

HSL color Cylindrical-coordinate representation of color #544BB5: hue angle of 245.09º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #544BB5 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8475181-
CMYK0.540.5900.29
HSL245.09º41.73%50.2%-
HSV(B)245.09º58.56%70.98%-
XYZ14.5110.2544.93-
YUV89.78179.48123.88-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.71%
GREEN value IS 75 (29.69% from 255) = 22.06%
BLUE value IS 181 (71.09% from 255) = 53.24%
R=24.71%
G=22.06%
B=53.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal84751810.540.5900.29245.0941.7350.2
Hex544BB5363B01Df52a32
Octal12411326566730353655262
Binary101010010010111011010111011011101101110111110101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544bb5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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