#504DBF

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

Shades of Free Speech Blue #504DBF

Tints of Free Speech Blue #504DBF

Color information

#504DBF (or 0x504DBF) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4D and BF. RGB value is (80,77,191). Sum of RGB (Red+Green+Blue) = 80+77+191=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #504DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DBF is #AFB240. Grayscale: #5A5A5A. Windows color (decimal): -11514433 or 12537168. OLE color: 12537168.

HSL color Cylindrical-coordinate representation of color #504DBF: hue angle of 241.58º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #504DBF is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8077191-
CMYK0.580.6000.25
HSL241.58º47.11%52.55%-
HSV(B)241.58º59.69%74.9%-
XYZ15.3710.7750.56-
YUV90.89184.49120.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.99%
GREEN value IS 77 (30.47% from 255) = 22.13%
BLUE value IS 191 (75% from 255) = 54.89%
R=22.99%
G=22.13%
B=54.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80771910.580.6000.25241.5847.1152.55
Hex504DBF3A3C019f22f35
Octal12011527772740313625765
Binary101000010011011011111111101011110001100111110010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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