#5063BE

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

Shades of Free Speech Blue #5063BE

Tints of Free Speech Blue #5063BE

Color information

#5063BE (or 0x5063BE) is unknown color: approx Free Speech Blue. HEX triplet: 50, 63 and BE. RGB value is (80,99,190). Sum of RGB (Red+Green+Blue) = 80+99+190=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #5063BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5063BE is #AF9C41. Grayscale: #676767. Windows color (decimal): -11508802 or 12477264. OLE color: 12477264.

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

Color convert

RGB8099190-
CMYK0.580.4800.25
HSL229.64º45.83%52.94%-
HSV(B)229.64º57.89%74.51%-
XYZ17.0614.3550.59-
YUV103.69176.71111.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 190 (74.61% from 255) = 51.49%
R=21.68%
G=26.83%
B=51.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80991900.580.4800.25229.6445.8352.94
Hex5063BE3A30019e62e35
Octal12014327672600313465665
Binary101000011000111011111011101011000001100111100110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5063BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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