#516AC3

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

Shades of Free Speech Blue #516AC3

Tints of Free Speech Blue #516AC3

Color information

#516AC3 (or 0x516AC3) is unknown color: approx Free Speech Blue. HEX triplet: 51, 6A and C3. RGB value is (81,106,195). Sum of RGB (Red+Green+Blue) = 81+106+195=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 195 (76.56% from 255 or 51.05% from 382); Max value from RGB is 195 - color contains mainly: blue. Hex color #516AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AC3 is #AE953C. Grayscale: #6C6C6C. Windows color (decimal): -11441469 or 12806737. OLE color: 12806737.

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

Color convert

RGB81106195-
CMYK0.580.4600.24
HSL226.84º48.72%54.12%-
HSV(B)226.84º58.46%76.47%-
XYZ18.41653.75-
YUV108.67176.72108.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.20%
GREEN value IS 106 (41.80% from 255) = 27.75%
BLUE value IS 195 (76.56% from 255) = 51.05%
R=21.20%
G=27.75%
B=51.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811061950.580.4600.24226.8448.7254.12
Hex516AC33A2E018e33136
Octal12115230372560303436166
Binary101000111010101100001111101010111001100011100011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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