#545DD0

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

Shades of Free Speech Blue #545DD0

Tints of Free Speech Blue #545DD0

Color information

#545DD0 (or 0x545DD0) is unknown color: approx Free Speech Blue. HEX triplet: 54, 5D and D0. RGB value is (84,93,208). Sum of RGB (Red+Green+Blue) = 84+93+208=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #545DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545DD0 is #ABA22F. Grayscale: #666666. Windows color (decimal): -11248176 or 13655380. OLE color: 13655380.

HSL color Cylindrical-coordinate representation of color #545DD0: hue angle of 235.65º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #545DD0 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8493208-
CMYK0.600.5500.18
HSL235.65º56.88%57.25%-
HSV(B)235.65º59.62%81.57%-
XYZ18.9614.2761.43-
YUV103.42187.02114.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 93 (36.72% from 255) = 24.16%
BLUE value IS 208 (81.64% from 255) = 54.03%
R=21.82%
G=24.16%
B=54.03%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal84932080.600.5500.18235.6556.8857.25
Hex545DD03C37012ec3939
Octal12413532074670223547171
Binary101010010111011101000011110011011101001011101100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,93,208); }

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

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

 a { background-color: rgb(84,93,208); }

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

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

 span { border-color: rgb(84,93,208); }

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