#545BD5

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

Shades of Free Speech Blue #545BD5

Tints of Free Speech Blue #545BD5

Color information

#545BD5 (or 0x545BD5) is unknown color: approx Free Speech Blue. HEX triplet: 54, 5B and D5. RGB value is (84,91,213). Sum of RGB (Red+Green+Blue) = 84+91+213=388 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.65% from 388); Green value is 91 (35.94% from 255 or 23.45% from 388); Blue value is 213 (83.59% from 255 or 54.90% from 388); Max value from RGB is 213 - color contains mainly: blue. Hex color #545BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BD5 is #ABA42A. Grayscale: #666666. Windows color (decimal): -11248683 or 13982548. OLE color: 13982548.

HSL color Cylindrical-coordinate representation of color #545BD5: hue angle of 236.74º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #545BD5 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8491213-
CMYK0.610.5700.16
HSL236.74º60.56%58.24%-
HSV(B)236.74º60.56%83.53%-
XYZ19.4114.1764.66-
YUV102.81190.18114.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.65%
GREEN value IS 91 (35.94% from 255) = 23.45%
BLUE value IS 213 (83.59% from 255) = 54.90%
R=21.65%
G=23.45%
B=54.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal84912130.610.5700.16236.7460.5658.24
Hex545BD53D39010ed3d3a
Octal12413332575710203557572
Binary101010010110111101010111110111100101000011101101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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