#516AC8

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

Shades of Free Speech Blue #516AC8

Tints of Free Speech Blue #516AC8

Color information

#516AC8 (or 0x516AC8) is unknown color: approx Free Speech Blue. HEX triplet: 51, 6A and C8. RGB value is (81,106,200). Sum of RGB (Red+Green+Blue) = 81+106+200=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 200 (78.52% from 255 or 51.68% from 387); Max value from RGB is 200 - color contains mainly: blue. Hex color #516AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AC8 is #AE9537. Grayscale: #6C6C6C. Windows color (decimal): -11441464 or 13134417. OLE color: 13134417.

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

Color convert

RGB81106200-
CMYK0.590.4700.22
HSL227.39º51.97%55.1%-
HSV(B)227.39º59.5%78.43%-
XYZ18.9716.2356.78-
YUV109.24179.22107.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.93%
GREEN value IS 106 (41.80% from 255) = 27.39%
BLUE value IS 200 (78.52% from 255) = 51.68%
R=20.93%
G=27.39%
B=51.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal811062000.590.4700.22227.3951.9755.1
Hex516AC83B2F016e33437
Octal12115231073570263436467
Binary101000111010101100100011101110111101011011100011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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