#516BC2

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

Shades of Free Speech Blue #516BC2

Tints of Free Speech Blue #516BC2

Color information

#516BC2 (or 0x516BC2) is unknown color: approx Free Speech Blue. HEX triplet: 51, 6B and C2. RGB value is (81,107,194). Sum of RGB (Red+Green+Blue) = 81+107+194=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 194 (76.17% from 255 or 50.79% from 382); Max value from RGB is 194 - color contains mainly: blue. Hex color #516BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BC2 is #AE943D. Grayscale: #6C6C6C. Windows color (decimal): -11441214 or 12741457. OLE color: 12741457.

HSL color Cylindrical-coordinate representation of color #516BC2: hue angle of 226.19º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #516BC2 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81107194-
CMYK0.580.4500.24
HSL226.19º48.09%53.92%-
HSV(B)226.19º58.25%76.08%-
XYZ18.3916.1653.19-
YUV109.14175.89107.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.20%
GREEN value IS 107 (42.19% from 255) = 28.01%
BLUE value IS 194 (76.17% from 255) = 50.79%
R=21.20%
G=28.01%
B=50.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811071940.580.4500.24226.1948.0953.92
Hex516BC23A2D018e23036
Octal12115330272550303426066
Binary101000111010111100001011101010110101100011100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516BC2; }

 p { color: rgb(81,107,194); }

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

<style>
 a { background-color: #516BC2; }

 a { background-color: rgb(81,107,194); }

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

<style>
 span { border-color: #516BC2; }

 span { border-color: rgb(81,107,194); }

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