#506BC3

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

Shades of Free Speech Blue #506BC3

Tints of Free Speech Blue #506BC3

Color information

#506BC3 (or 0x506BC3) is unknown color: approx Free Speech Blue. HEX triplet: 50, 6B and C3. RGB value is (80,107,195). Sum of RGB (Red+Green+Blue) = 80+107+195=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 107 (42.19% from 255 or 28.01% 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 #506BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BC3 is #AF943C. Grayscale: #6C6C6C. Windows color (decimal): -11506749 or 12806992. OLE color: 12806992.

HSL color Cylindrical-coordinate representation of color #506BC3: hue angle of 225.91º 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 #506BC3 is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB80107195-
CMYK0.590.4500.24
HSL225.91º48.94%53.92%-
HSV(B)225.91º58.97%76.47%-
XYZ18.4216.1653.78-
YUV108.96176.55107.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.94%
GREEN value IS 107 (42.19% from 255) = 28.01%
BLUE value IS 195 (76.56% from 255) = 51.05%
R=20.94%
G=28.01%
B=51.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801071950.590.4500.24225.9148.9453.92
Hex506BC33B2D018e23136
Octal12015330373550303426166
Binary101000011010111100001111101110110101100011100010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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