#544EC1

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

Shades of Rich Blue #544EC1

Tints of Rich Blue #544EC1

Color information

#544EC1 (or 0x544EC1) is unknown color: approx Rich Blue. HEX triplet: 54, 4E and C1. RGB value is (84,78,193). Sum of RGB (Red+Green+Blue) = 84+78+193=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #544EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544EC1 is #ABB13E. Grayscale: #5C5C5C. Windows color (decimal): -11252031 or 12668500. OLE color: 12668500.

HSL color Cylindrical-coordinate representation of color #544EC1: hue angle of 243.13º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #544EC1 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8478193-
CMYK0.560.6000.24
HSL243.13º48.12%53.14%-
HSV(B)243.13º59.59%75.69%-
XYZ16.0111.1851.77-
YUV92.9184.49121.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.66%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 193 (75.78% from 255) = 54.37%
R=23.66%
G=21.97%
B=54.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal84781930.560.6000.24243.1348.1253.14
Hex544EC1383C018f33035
Octal12411630170740303636065
Binary101010010011101100000111100011110001100011110011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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