#516AC1

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

Shades of Free Speech Blue #516AC1

Tints of Free Speech Blue #516AC1

Color information

#516AC1 (or 0x516AC1) is unknown color: approx Free Speech Blue. HEX triplet: 51, 6A and C1. RGB value is (81,106,193). Sum of RGB (Red+Green+Blue) = 81+106+193=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #516AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AC1 is #AE953E. Grayscale: #6C6C6C. Windows color (decimal): -11441471 or 12675665. OLE color: 12675665.

HSL color Cylindrical-coordinate representation of color #516AC1: hue angle of 226.61º degrees, saturation: 0.47, 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 #516AC1 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81106193-
CMYK0.580.4500.24
HSL226.61º47.46%53.73%-
HSV(B)226.61º58.03%75.69%-
XYZ18.1715.9152.56-
YUV108.44175.72108.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.32%
GREEN value IS 106 (41.80% from 255) = 27.89%
BLUE value IS 193 (75.78% from 255) = 50.79%
R=21.32%
G=27.89%
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
Decimal811061930.580.4500.24226.6147.4653.73
Hex516AC13A2D018e32f36
Octal12115230172550303435766
Binary101000111010101100000111101010110101100011100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,106,193); }

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

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

 a { background-color: rgb(81,106,193); }

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

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

 span { border-color: rgb(81,106,193); }

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