#506AC3

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

Shades of Free Speech Blue #506AC3

Tints of Free Speech Blue #506AC3

Color information

#506AC3 (or 0x506AC3) is unknown color: approx Free Speech Blue. HEX triplet: 50, 6A and C3. RGB value is (80,106,195). Sum of RGB (Red+Green+Blue) = 80+106+195=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 195 (76.56% from 255 or 51.18% from 381); Max value from RGB is 195 - color contains mainly: blue. Hex color #506AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506AC3 is #AF953C. Grayscale: #6B6B6B. Windows color (decimal): -11507005 or 12806736. OLE color: 12806736.

HSL color Cylindrical-coordinate representation of color #506AC3: hue angle of 226.43º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #506AC3 is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB80106195-
CMYK0.590.4600.24
HSL226.43º48.94%53.92%-
HSV(B)226.43º58.97%76.47%-
XYZ18.3115.9553.74-
YUV108.37176.89107.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.00%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 195 (76.56% from 255) = 51.18%
R=21.00%
G=27.82%
B=51.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801061950.590.4600.24226.4348.9453.92
Hex506AC33B2E018e23136
Octal12015230373560303426166
Binary101000011010101100001111101110111001100011100010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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