#506bc9

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

Shades of Free Speech Blue #506BC9

Tints of Free Speech Blue #506BC9

Color information

#506BC9 (or 0x506BC9) is unknown color: approx Free Speech Blue. HEX triplet: 50, 6B and C9. RGB value is (80,107,201). Sum of RGB (Red+Green+Blue) = 80+107+201=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 107 (42.19% from 255 or 27.58% 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 #506BC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506BC9 is #AF9436. Grayscale: #6D6D6D. Windows color (decimal): -11506743 or 13200208. OLE color: 13200208.

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

Color convert

RGB80107201-
CMYK0.600.4700.21
HSL226.61º52.84%55.1%-
HSV(B)226.61º60.2%78.82%-
XYZ19.1116.4457.42-
YUV109.64179.55106.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.62%
GREEN value IS 107 (42.19% from 255) = 27.58%
BLUE value IS 201 (78.91% from 255) = 51.80%
R=20.62%
G=27.58%
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
Decimal801072010.600.4700.21226.6152.8455.1
Hex506BC93C2F015e33537
Octal12015331174570253436567
Binary101000011010111100100111110010111101010111100011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506bc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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