#516ACA

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

Shades of Free Speech Blue #516ACA

Tints of Free Speech Blue #516ACA

Color information

#516ACA (or 0x516ACA) is unknown color: approx Free Speech Blue. HEX triplet: 51, 6A and CA. RGB value is (81,106,202). Sum of RGB (Red+Green+Blue) = 81+106+202=389 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.82% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 202 (79.30% from 255 or 51.93% from 389); Max value from RGB is 202 - color contains mainly: blue. Hex color #516ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516ACA is #AE9535. Grayscale: #6D6D6D. Windows color (decimal): -11441462 or 13265489. OLE color: 13265489.

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

Color convert

RGB81106202-
CMYK0.600.4800.21
HSL227.6º53.3%55.49%-
HSV(B)227.6º59.9%79.22%-
XYZ19.2116.3258.02-
YUV109.47180.22107.69-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.82%
GREEN value IS 106 (41.80% from 255) = 27.25%
BLUE value IS 202 (79.30% from 255) = 51.93%
R=20.82%
G=27.25%
B=51.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal811062020.600.4800.21227.653.355.49
Hex516ACA3C30015e43537
Octal12115231274600253446567
Binary101000111010101100101011110011000001010111100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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