#545FD5

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

Shades of Free Speech Blue #545FD5

Tints of Free Speech Blue #545FD5

Color information

#545FD5 (or 0x545FD5) is unknown color: approx Free Speech Blue. HEX triplet: 54, 5F and D5. RGB value is (84,95,213). Sum of RGB (Red+Green+Blue) = 84+95+213=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #545FD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545FD5 is #ABA02A. Grayscale: #686868. Windows color (decimal): -11247659 or 13983572. OLE color: 13983572.

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

Color convert

RGB8495213-
CMYK0.610.5500.16
HSL234.88º60.56%58.24%-
HSV(B)234.88º60.56%83.53%-
XYZ19.7614.8764.78-
YUV105.16188.86112.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.43%
GREEN value IS 95 (37.5% from 255) = 24.23%
BLUE value IS 213 (83.59% from 255) = 54.34%
R=21.43%
G=24.23%
B=54.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal84952130.610.5500.16234.8860.5658.24
Hex545FD53D37010eb3d3a
Octal12413732575670203537572
Binary101010010111111101010111110111011101000011101011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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