#5463BF

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

Shades of Free Speech Blue #5463BF

Tints of Free Speech Blue #5463BF

Color information

#5463BF (or 0x5463BF) is unknown color: approx Free Speech Blue. HEX triplet: 54, 63 and BF. RGB value is (84,99,191). Sum of RGB (Red+Green+Blue) = 84+99+191=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #5463BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5463BF is #AB9C40. Grayscale: #686868. Windows color (decimal): -11246657 or 12542804. OLE color: 12542804.

HSL color Cylindrical-coordinate representation of color #5463BF: hue angle of 231.59º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5463BF is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8499191-
CMYK0.560.4800.25
HSL231.59º45.53%53.92%-
HSV(B)231.59º56.02%74.9%-
XYZ17.5214.5751.18-
YUV105176.53113.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.46%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 191 (75% from 255) = 51.07%
R=22.46%
G=26.47%
B=51.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84991910.560.4800.25231.5945.5353.92
Hex5463BF3830019e82e36
Octal12414327770600313505666
Binary101010011000111011111111100011000001100111101000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5463BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5463BF; }

 p { color: rgb(84,99,191); }

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

<style>
 a { background-color: #5463BF; }

 a { background-color: rgb(84,99,191); }

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

<style>
 span { border-color: #5463BF; }

 span { border-color: rgb(84,99,191); }

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