#5163BD

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

Shades of Free Speech Blue #5163BD

Tints of Free Speech Blue #5163BD

Color information

#5163BD (or 0x5163BD) is unknown color: approx Free Speech Blue. HEX triplet: 51, 63 and BD. RGB value is (81,99,189). Sum of RGB (Red+Green+Blue) = 81+99+189=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 189 (74.22% from 255 or 51.22% from 369); Max value from RGB is 189 - color contains mainly: blue. Hex color #5163BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5163BD is #AE9C42. Grayscale: #676767. Windows color (decimal): -11443267 or 12411729. OLE color: 12411729.

HSL color Cylindrical-coordinate representation of color #5163BD: hue angle of 230º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5163BD is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8199189-
CMYK0.570.4800.26
HSL230º45%52.94%-
HSV(B)230º57.14%74.12%-
XYZ17.0414.3550.02-
YUV103.88176.04111.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.95%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 189 (74.22% from 255) = 51.22%
R=21.95%
G=26.83%
B=51.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal81991890.570.4800.262304552.94
Hex5163BD393001Ae62d35
Octal12114327571600323465565
Binary101000111000111011110111100111000001101011100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5163BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5163BD; }

 p { color: rgb(81,99,189); }

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

<style>
 a { background-color: #5163BD; }

 a { background-color: rgb(81,99,189); }

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

<style>
 span { border-color: #5163BD; }

 span { border-color: rgb(81,99,189); }

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