#544EBC

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

Shades of Rich Blue #544EBC

Tints of Rich Blue #544EBC

Color information

#544EBC (or 0x544EBC) is unknown color: approx Rich Blue. HEX triplet: 54, 4E and BC. RGB value is (84,78,188). Sum of RGB (Red+Green+Blue) = 84+78+188=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #544EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544EBC is #ABB143. Grayscale: #5B5B5B. Windows color (decimal): -11252036 or 12340820. OLE color: 12340820.

HSL color Cylindrical-coordinate representation of color #544EBC: hue angle of 243.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #544EBC is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8478188-
CMYK0.550.5900.26
HSL243.27º45.08%52.16%-
HSV(B)243.27º58.51%73.73%-
XYZ15.4610.9648.88-
YUV92.33181.99122.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 188 (73.83% from 255) = 53.71%
R=24%
G=22.29%
B=53.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84781880.550.5900.26243.2745.0852.16
Hex544EBC373B01Af32d34
Octal12411627467730323635564
Binary101010010011101011110011011111101101101011110011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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