#545BC9

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

Shades of Free Speech Blue #545BC9

Tints of Free Speech Blue #545BC9

Color information

#545BC9 (or 0x545BC9) is unknown color: approx Free Speech Blue. HEX triplet: 54, 5B and C9. RGB value is (84,91,201). Sum of RGB (Red+Green+Blue) = 84+91+201=376 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.34% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #545BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BC9 is #ABA436. Grayscale: #656565. Windows color (decimal): -11248695 or 13196116. OLE color: 13196116.

HSL color Cylindrical-coordinate representation of color #545BC9: hue angle of 236.41º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #545BC9 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8491201-
CMYK0.580.5500.21
HSL236.41º52%55.88%-
HSV(B)236.41º58.21%78.82%-
XYZ17.9413.5856.93-
YUV101.45184.18115.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.34%
GREEN value IS 91 (35.94% from 255) = 24.20%
BLUE value IS 201 (78.91% from 255) = 53.46%
R=22.34%
G=24.20%
B=53.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84912010.580.5500.21236.415255.88
Hex545BC93A37015ec3438
Octal12413331172670253546470
Binary101010010110111100100111101011011101010111101100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,91,201); }

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

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

 a { background-color: rgb(84,91,201); }

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

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

 span { border-color: rgb(84,91,201); }

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