#504EBF

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

Shades of Free Speech Blue #504EBF

Tints of Free Speech Blue #504EBF

Color information

#504EBF (or 0x504EBF) is unknown color: approx Free Speech Blue. HEX triplet: 50, 4E and BF. RGB value is (80,78,191). Sum of RGB (Red+Green+Blue) = 80+78+191=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 78 (30.86% from 255 or 22.35% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #504EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504EBF is #AFB140. Grayscale: #5B5B5B. Windows color (decimal): -11514177 or 12537424. OLE color: 12537424.

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

Color convert

RGB8078191-
CMYK0.580.5900.25
HSL241.06º46.89%52.75%-
HSV(B)241.06º59.16%74.9%-
XYZ15.4410.9250.58-
YUV91.48184.16119.81-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.92%
GREEN value IS 78 (30.86% from 255) = 22.35%
BLUE value IS 191 (75% from 255) = 54.73%
R=22.92%
G=22.35%
B=54.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80781910.580.5900.25241.0646.8952.75
Hex504EBF3A3B019f12f35
Octal12011627772730313615765
Binary101000010011101011111111101011101101100111110001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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