#516BC6

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

Shades of Free Speech Blue #516BC6

Tints of Free Speech Blue #516BC6

Color information

#516BC6 (or 0x516BC6) is unknown color: approx Free Speech Blue. HEX triplet: 51, 6B and C6. RGB value is (81,107,198). Sum of RGB (Red+Green+Blue) = 81+107+198=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #516BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BC6 is #AE9439. Grayscale: #6D6D6D. Windows color (decimal): -11441210 or 13003601. OLE color: 13003601.

HSL color Cylindrical-coordinate representation of color #516BC6: hue angle of 226.67º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #516BC6 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB81107198-
CMYK0.590.4600.22
HSL226.67º50.65%54.71%-
HSV(B)226.67º59.09%77.65%-
XYZ18.8416.3455.59-
YUV109.6177.89107.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.98%
GREEN value IS 107 (42.19% from 255) = 27.72%
BLUE value IS 198 (77.73% from 255) = 51.30%
R=20.98%
G=27.72%
B=51.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811071980.590.4600.22226.6750.6554.71
Hex516BC63B2E016e33337
Octal12115330673560263436367
Binary101000111010111100011011101110111001011011100011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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