#544EC4

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

Shades of Free Speech Blue #544EC4

Tints of Free Speech Blue #544EC4

Color information

#544EC4 (or 0x544EC4) is unknown color: approx Free Speech Blue. HEX triplet: 54, 4E and C4. RGB value is (84,78,196). Sum of RGB (Red+Green+Blue) = 84+78+196=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #544EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544EC4 is #ABB13B. Grayscale: #5C5C5C. Windows color (decimal): -11252028 or 12865108. OLE color: 12865108.

HSL color Cylindrical-coordinate representation of color #544EC4: hue angle of 243.05º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #544EC4 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8478196-
CMYK0.570.6000.23
HSL243.05º50%53.73%-
HSV(B)243.05º60.2%76.86%-
XYZ16.3411.3253.55-
YUV93.25185.99121.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.46%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 196 (76.95% from 255) = 54.75%
R=23.46%
G=21.79%
B=54.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal84781960.570.6000.23243.055053.73
Hex544EC4393C017f33236
Octal12411630471740273636266
Binary101010010011101100010011100111110001011111110011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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