#545ACC

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

Shades of Free Speech Blue #545ACC

Tints of Free Speech Blue #545ACC

Color information

#545ACC (or 0x545ACC) is unknown color: approx Free Speech Blue. HEX triplet: 54, 5A and CC. RGB value is (84,90,204). Sum of RGB (Red+Green+Blue) = 84+90+204=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #545ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ACC is #ABA533. Grayscale: #646464. Windows color (decimal): -11248948 or 13392468. OLE color: 13392468.

HSL color Cylindrical-coordinate representation of color #545ACC: hue angle of 237º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #545ACC is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8490204-
CMYK0.590.5600.2
HSL237º54.05%56.47%-
HSV(B)237º58.82%80%-
XYZ18.2113.5658.78-
YUV101.2186.01115.73-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.22%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 204 (80.08% from 255) = 53.97%
R=22.22%
G=23.81%
B=53.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal84902040.590.5600.223754.0556.47
Hex545ACC3B38014ed3638
Octal12413231473700243556670
Binary101010010110101100110011101111100001010011101101110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,90,204); }

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

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

 a { background-color: rgb(84,90,204); }

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

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

 span { border-color: rgb(84,90,204); }

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