#5463CA

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

Shades of Free Speech Blue #5463CA

Tints of Free Speech Blue #5463CA

Color information

#5463CA (or 0x5463CA) is unknown color: approx Free Speech Blue. HEX triplet: 54, 63 and CA. RGB value is (84,99,202). Sum of RGB (Red+Green+Blue) = 84+99+202=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #5463CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5463CA is #AB9C35. Grayscale: #696969. Windows color (decimal): -11246646 or 13263700. OLE color: 13263700.

HSL color Cylindrical-coordinate representation of color #5463CA: hue angle of 232.37º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5463CA is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8499202-
CMYK0.580.5100.21
HSL232.37º52.68%56.08%-
HSV(B)232.37º58.42%79.22%-
XYZ18.7815.0757.8-
YUV106.26182.03112.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 99 (39.06% from 255) = 25.71%
BLUE value IS 202 (79.30% from 255) = 52.47%
R=21.82%
G=25.71%
B=52.47%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal84992020.580.5100.21232.3752.6856.08
Hex5463CA3A33015e83538
Octal12414331272630253506570
Binary101010011000111100101011101011001101010111101000110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5463CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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