#516AC9

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

Shades of Free Speech Blue #516AC9

Tints of Free Speech Blue #516AC9

Color information

#516AC9 (or 0x516AC9) is unknown color: approx Free Speech Blue. HEX triplet: 51, 6A and C9. RGB value is (81,106,201). Sum of RGB (Red+Green+Blue) = 81+106+201=388 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.88% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #516AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AC9 is #AE9536. Grayscale: #6C6C6C. Windows color (decimal): -11441463 or 13199953. OLE color: 13199953.

HSL color Cylindrical-coordinate representation of color #516AC9: hue angle of 227.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #516AC9 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81106201-
CMYK0.600.4700.21
HSL227.5º52.63%55.29%-
HSV(B)227.5º59.7%78.82%-
XYZ19.0916.2757.39-
YUV109.35179.72107.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.88%
GREEN value IS 106 (41.80% from 255) = 27.32%
BLUE value IS 201 (78.91% from 255) = 51.80%
R=20.88%
G=27.32%
B=51.80%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811062010.600.4700.21227.552.6355.29
Hex516AC93C2F015e43537
Octal12115231174570253446567
Binary101000111010101100100111110010111101010111100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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