#5050BE

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

Shades of Free Speech Blue #5050BE

Tints of Free Speech Blue #5050BE

Color information

#5050BE (or 0x5050BE) is unknown color: approx Free Speech Blue. HEX triplet: 50, 50 and BE. RGB value is (80,80,190). Sum of RGB (Red+Green+Blue) = 80+80+190=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #5050BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5050BE is #AFAF41. Grayscale: #5C5C5C. Windows color (decimal): -11513666 or 12472400. OLE color: 12472400.

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

Color convert

RGB8080190-
CMYK0.580.5800.25
HSL240º45.83%52.94%-
HSV(B)240º57.89%74.51%-
XYZ15.4711.1650.05-
YUV92.54183119.06-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 80 (31.64% from 255) = 22.86%
BLUE value IS 190 (74.61% from 255) = 54.29%
R=22.86%
G=22.86%
B=54.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal80801900.580.5800.2524045.8352.94
Hex5050BE3A3A019f02e35
Octal12012027672720313605665
Binary101000010100001011111011101011101001100111110000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5050BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5050BE; }

 p { color: rgb(80,80,190); }

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

<style>
 a { background-color: #5050BE; }

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

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

<style>
 span { border-color: #5050BE; }

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

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