#516BC7

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

Shades of Free Speech Blue #516BC7

Tints of Free Speech Blue #516BC7

Color information

#516BC7 (or 0x516BC7) is unknown color: approx Free Speech Blue. HEX triplet: 51, 6B and C7. RGB value is (81,107,199). Sum of RGB (Red+Green+Blue) = 81+107+199=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 199 (78.12% from 255 or 51.42% from 387); Max value from RGB is 199 - color contains mainly: blue. Hex color #516BC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BC7 is #AE9438. Grayscale: #6D6D6D. Windows color (decimal): -11441209 or 13069137. OLE color: 13069137.

HSL color Cylindrical-coordinate representation of color #516BC7: hue angle of 226.78º 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 #516BC7 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB81107199-
CMYK0.590.4600.22
HSL226.78º51.3%54.9%-
HSV(B)226.78º59.3%78.04%-
XYZ18.9616.3956.2-
YUV109.71178.39107.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.93%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 199 (78.12% from 255) = 51.42%
R=20.93%
G=27.65%
B=51.42%

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
Decimal811071990.590.4600.22226.7851.354.9
Hex516BC73B2E016e33337
Octal12115330773560263436367
Binary101000111010111100011111101110111001011011100011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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