#516CCA

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

Shades of Free Speech Blue #516CCA

Tints of Free Speech Blue #516CCA

Color information

#516CCA (or 0x516CCA) is unknown color: approx Free Speech Blue. HEX triplet: 51, 6C and CA. RGB value is (81,108,202). Sum of RGB (Red+Green+Blue) = 81+108+202=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #516CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516CCA is #AE9335. Grayscale: #6E6E6E. Windows color (decimal): -11440950 or 13266001. OLE color: 13266001.

HSL color Cylindrical-coordinate representation of color #516CCA: hue angle of 226.61º 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 #516CCA is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB81108202-
CMYK0.600.4700.21
HSL226.61º53.3%55.49%-
HSV(B)226.61º59.9%79.22%-
XYZ19.4216.7458.08-
YUV110.64179.55106.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.72%
GREEN value IS 108 (42.58% from 255) = 27.62%
BLUE value IS 202 (79.30% from 255) = 51.66%
R=20.72%
G=27.62%
B=51.66%

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
Decimal811082020.600.4700.21226.6153.355.49
Hex516CCA3C2F015e33537
Octal12115431274570253436567
Binary101000111011001100101011110010111101010111100011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,108,202); }

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

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

 a { background-color: rgb(81,108,202); }

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

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

 span { border-color: rgb(81,108,202); }

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