#544EB9

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

Shades of Rich Blue #544EB9

Tints of Rich Blue #544EB9

Color information

#544EB9 (or 0x544EB9) is unknown color: approx Rich Blue. HEX triplet: 54, 4E and B9. RGB value is (84,78,185). Sum of RGB (Red+Green+Blue) = 84+78+185=347 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.21% from 347); Green value is 78 (30.86% from 255 or 22.48% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #544EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544EB9 is #ABB146. Grayscale: #5B5B5B. Windows color (decimal): -11252039 or 12144212. OLE color: 12144212.

HSL color Cylindrical-coordinate representation of color #544EB9: hue angle of 243.36º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #544EB9 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8478185-
CMYK0.550.5800.27
HSL243.36º43.32%51.57%-
HSV(B)243.36º57.84%72.55%-
XYZ15.1410.8447.19-
YUV91.99180.49122.3-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.21%
GREEN value IS 78 (30.86% from 255) = 22.48%
BLUE value IS 185 (72.66% from 255) = 53.31%
R=24.21%
G=22.48%
B=53.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal84781850.550.5800.27243.3643.3251.57
Hex544EB9373A01Bf32b34
Octal12411627167720333635364
Binary101010010011101011100111011111101001101111110011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,78,185); }

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

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

 a { background-color: rgb(84,78,185); }

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

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

 span { border-color: rgb(84,78,185); }

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