#545EC4

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

Shades of Free Speech Blue #545EC4

Tints of Free Speech Blue #545EC4

Color information

#545EC4 (or 0x545EC4) is unknown color: approx Free Speech Blue. HEX triplet: 54, 5E and C4. RGB value is (84,94,196). Sum of RGB (Red+Green+Blue) = 84+94+196=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 196 (76.95% from 255 or 52.41% from 374); Max value from RGB is 196 - color contains mainly: blue. Hex color #545EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545EC4 is #ABA13B. Grayscale: #666666. Windows color (decimal): -11247932 or 12869204. OLE color: 12869204.

HSL color Cylindrical-coordinate representation of color #545EC4: hue angle of 234.64º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #545EC4 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8494196-
CMYK0.570.5200.23
HSL234.64º48.7%54.9%-
HSV(B)234.64º57.14%76.86%-
XYZ17.6213.8853.97-
YUV102.64180.69114.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.46%
GREEN value IS 94 (37.11% from 255) = 25.13%
BLUE value IS 196 (76.95% from 255) = 52.41%
R=22.46%
G=25.13%
B=52.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal84941960.570.5200.23234.6448.754.9
Hex545EC43934017eb3137
Octal12413630471640273536167
Binary101010010111101100010011100111010001011111101011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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