#545BD6

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

Shades of Free Speech Blue #545BD6

Tints of Free Speech Blue #545BD6

Color information

#545BD6 (or 0x545BD6) is unknown color: approx Free Speech Blue. HEX triplet: 54, 5B and D6. RGB value is (84,91,214). Sum of RGB (Red+Green+Blue) = 84+91+214=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 91 (35.94% from 255 or 23.39% from 389); Blue value is 214 (83.98% from 255 or 55.01% from 389); Max value from RGB is 214 - color contains mainly: blue. Hex color #545BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BD6 is #ABA429. Grayscale: #666666. Windows color (decimal): -11248682 or 14048084. OLE color: 14048084.

HSL color Cylindrical-coordinate representation of color #545BD6: hue angle of 236.77º 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 #545BD6 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8491214-
CMYK0.610.5700.16
HSL236.77º61.32%58.43%-
HSV(B)236.77º60.75%83.92%-
XYZ19.5314.2265.33-
YUV102.93190.68114.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.59%
GREEN value IS 91 (35.94% from 255) = 23.39%
BLUE value IS 214 (83.98% from 255) = 55.01%
R=21.59%
G=23.39%
B=55.01%

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
Decimal84912140.610.5700.16236.7761.3258.43
Hex545BD63D39010ed3d3a
Octal12413332675710203557572
Binary101010010110111101011011110111100101000011101101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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