#504DC5

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

Shades of Free Speech Blue #504DC5

Tints of Free Speech Blue #504DC5

Color information

#504DC5 (or 0x504DC5) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4D and C5. RGB value is (80,77,197). Sum of RGB (Red+Green+Blue) = 80+77+197=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 197 (77.34% from 255 or 55.65% from 354); Max value from RGB is 197 - color contains mainly: blue. Hex color #504DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DC5 is #AFB23A. Grayscale: #5B5B5B. Windows color (decimal): -11514427 or 12930384. OLE color: 12930384.

HSL color Cylindrical-coordinate representation of color #504DC5: hue angle of 241.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #504DC5 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8077197-
CMYK0.590.6100.23
HSL241.5º50.85%53.73%-
HSV(B)241.5º60.91%77.25%-
XYZ16.0411.0454.11-
YUV91.58187.49119.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 197 (77.34% from 255) = 55.65%
R=22.60%
G=21.75%
B=55.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal80771970.590.6100.23241.550.8553.73
Hex504DC53B3D017f23336
Octal12011530573750273626366
Binary101000010011011100010111101111110101011111110010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,77,197); }

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

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

 a { background-color: rgb(80,77,197); }

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

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

 span { border-color: rgb(80,77,197); }

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