#545ACB

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

Shades of Free Speech Blue #545ACB

Tints of Free Speech Blue #545ACB

Color information

#545ACB (or 0x545ACB) is unknown color: approx Free Speech Blue. HEX triplet: 54, 5A and CB. RGB value is (84,90,203). Sum of RGB (Red+Green+Blue) = 84+90+203=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #545ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545ACB is #ABA534. Grayscale: #646464. Windows color (decimal): -11248949 or 13326932. OLE color: 13326932.

HSL color Cylindrical-coordinate representation of color #545ACB: hue angle of 236.97º degrees, saturation: 0.53, 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 #545ACB is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8490203-
CMYK0.590.5600.20
HSL236.97º53.36%56.27%-
HSV(B)236.97º58.62%79.61%-
XYZ18.0913.5158.15-
YUV101.09185.51115.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.28%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 203 (79.69% from 255) = 53.85%
R=22.28%
G=23.87%
B=53.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal84902030.590.5600.20236.9753.3656.27
Hex545ACB3B38014ed3538
Octal12413231373700243556570
Binary101010010110101100101111101111100001010011101101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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