#545dcd

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

Shades of Free Speech Blue #545DCD

Tints of Free Speech Blue #545DCD

Color information

#545DCD (or 0x545DCD) is unknown color: approx Free Speech Blue. HEX triplet: 54, 5D and CD. RGB value is (84,93,205). Sum of RGB (Red+Green+Blue) = 84+93+205=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #545DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545DCD is #ABA232. Grayscale: #666666. Windows color (decimal): -11248179 or 13458772. OLE color: 13458772.

HSL color Cylindrical-coordinate representation of color #545DCD: hue angle of 235.54º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #545DCD is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8493205-
CMYK0.590.5500.20
HSL235.54º54.75%56.67%-
HSV(B)235.54º59.02%80.39%-
XYZ18.5914.1259.5-
YUV103.08185.52114.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.99%
GREEN value IS 93 (36.72% from 255) = 24.35%
BLUE value IS 205 (80.47% from 255) = 53.66%
R=21.99%
G=24.35%
B=53.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal84932050.590.5500.20235.5454.7556.67
Hex545DCD3B37014ec3739
Octal12413531573670243546771
Binary101010010111011100110111101111011101010011101100110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545dcd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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