#5063BA

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

Shades of Free Speech Blue #5063BA

Tints of Free Speech Blue #5063BA

Color information

#5063BA (or 0x5063BA) is unknown color: approx Free Speech Blue. HEX triplet: 50, 63 and BA. RGB value is (80,99,186). Sum of RGB (Red+Green+Blue) = 80+99+186=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #5063BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5063BA is #AF9C45. Grayscale: #666666. Windows color (decimal): -11508806 or 12215120. OLE color: 12215120.

HSL color Cylindrical-coordinate representation of color #5063BA: hue angle of 229.25º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5063BA is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8099186-
CMYK0.570.4700.27
HSL229.25º43.44%52.16%-
HSV(B)229.25º56.99%72.94%-
XYZ16.6314.1748.31-
YUV103.24174.71111.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 99 (39.06% from 255) = 27.12%
BLUE value IS 186 (73.05% from 255) = 50.96%
R=21.92%
G=27.12%
B=50.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80991860.570.4700.27229.2543.4452.16
Hex5063BA392F01Be52b34
Octal12014327271570333455364
Binary101000011000111011101011100110111101101111100101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5063BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5063BA; }

 p { color: rgb(80,99,186); }

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

<style>
 a { background-color: #5063BA; }

 a { background-color: rgb(80,99,186); }

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

<style>
 span { border-color: #5063BA; }

 span { border-color: rgb(80,99,186); }

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