#504FC6

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

Shades of Free Speech Blue #504FC6

Tints of Free Speech Blue #504FC6

Color information

#504FC6 (or 0x504FC6) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4F and C6. RGB value is (80,79,198). Sum of RGB (Red+Green+Blue) = 80+79+198=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 198 (77.73% from 255 or 55.46% from 357); Max value from RGB is 198 - color contains mainly: blue. Hex color #504FC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FC6 is #AFB039. Grayscale: #5C5C5C. Windows color (decimal): -11513914 or 12996432. OLE color: 12996432.

HSL color Cylindrical-coordinate representation of color #504FC6: hue angle of 240.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504FC6 is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8079198-
CMYK0.600.6000.22
HSL240.5º51.07%54.31%-
HSV(B)240.5º60.1%77.65%-
XYZ16.311.3754.76-
YUV92.86187.33118.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 79 (31.25% from 255) = 22.13%
BLUE value IS 198 (77.73% from 255) = 55.46%
R=22.41%
G=22.13%
B=55.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal80791980.600.6000.22240.551.0754.31
Hex504FC63C3C016f13336
Octal12011730674740263616366
Binary101000010011111100011011110011110001011011110001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504FC6; }

 p { color: rgb(80,79,198); }

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

<style>
 a { background-color: #504FC6; }

 a { background-color: rgb(80,79,198); }

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

<style>
 span { border-color: #504FC6; }

 span { border-color: rgb(80,79,198); }

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