#516BC3

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

Shades of Free Speech Blue #516BC3

Tints of Free Speech Blue #516BC3

Color information

#516BC3 (or 0x516BC3) is unknown color: approx Free Speech Blue. HEX triplet: 51, 6B and C3. RGB value is (81,107,195). Sum of RGB (Red+Green+Blue) = 81+107+195=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 107 (42.19% from 255 or 27.94% from 383); Blue value is 195 (76.56% from 255 or 50.91% from 383); Max value from RGB is 195 - color contains mainly: blue. Hex color #516BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516BC3 is #AE943C. Grayscale: #6C6C6C. Windows color (decimal): -11441213 or 12806993. OLE color: 12806993.

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

Color convert

RGB81107195-
CMYK0.580.4500.24
HSL226.32º48.72%54.12%-
HSV(B)226.32º58.46%76.47%-
XYZ18.516.253.78-
YUV109.26176.39107.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 107 (42.19% from 255) = 27.94%
BLUE value IS 195 (76.56% from 255) = 50.91%
R=21.15%
G=27.94%
B=50.91%

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
Decimal811071950.580.4500.24226.3248.7254.12
Hex516BC33A2D018e23136
Octal12115330372550303426166
Binary101000111010111100001111101010110101100011100010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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