#506DC7

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

Shades of Free Speech Blue #506DC7

Tints of Free Speech Blue #506DC7

Color information

#506DC7 (or 0x506DC7) is unknown color: approx Free Speech Blue. HEX triplet: 50, 6D and C7. RGB value is (80,109,199). Sum of RGB (Red+Green+Blue) = 80+109+199=388 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.62% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 199 (78.12% from 255 or 51.29% from 388); Max value from RGB is 199 - color contains mainly: blue. Hex color #506DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DC7 is #AF9238. Grayscale: #6E6E6E. Windows color (decimal): -11506233 or 13069648. OLE color: 13069648.

HSL color Cylindrical-coordinate representation of color #506DC7: hue angle of 225.38º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #506DC7 is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB80109199-
CMYK0.600.4500.22
HSL225.38º51.52%54.71%-
HSV(B)225.38º59.8%78.04%-
XYZ19.0916.7756.26-
YUV110.59177.89106.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.62%
GREEN value IS 109 (42.97% from 255) = 28.09%
BLUE value IS 199 (78.12% from 255) = 51.29%
R=20.62%
G=28.09%
B=51.29%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801091990.600.4500.22225.3851.5254.71
Hex506DC73C2D016e13437
Octal12015530774550263416467
Binary101000011011011100011111110010110101011011100001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,109,199); }

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

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

 a { background-color: rgb(80,109,199); }

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

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

 span { border-color: rgb(80,109,199); }

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