#504EC1

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

Shades of Free Speech Blue #504EC1

Tints of Free Speech Blue #504EC1

Color information

#504EC1 (or 0x504EC1) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4E and C1. RGB value is (80,78,193). Sum of RGB (Red+Green+Blue) = 80+78+193=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 193 (75.78% from 255 or 54.99% from 351); Max value from RGB is 193 - color contains mainly: blue. Hex color #504EC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504EC1 is #AFB13E. Grayscale: #5B5B5B. Windows color (decimal): -11514175 or 12668496. OLE color: 12668496.

HSL color Cylindrical-coordinate representation of color #504EC1: hue angle of 241.04º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504EC1 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8078193-
CMYK0.590.6000.24
HSL241.04º48.12%53.14%-
HSV(B)241.04º59.59%75.69%-
XYZ15.661151.75-
YUV91.71185.16119.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.79%
GREEN value IS 78 (30.86% from 255) = 22.22%
BLUE value IS 193 (75.78% from 255) = 54.99%
R=22.79%
G=22.22%
B=54.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal80781930.590.6000.24241.0448.1253.14
Hex504EC13B3C018f13035
Octal12011630173740303616065
Binary101000010011101100000111101111110001100011110001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,78,193); }

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

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

 a { background-color: rgb(80,78,193); }

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

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

 span { border-color: rgb(80,78,193); }

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