#5051BF

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

Shades of Free Speech Blue #5051BF

Tints of Free Speech Blue #5051BF

Color information

#5051BF (or 0x5051BF) is unknown color: approx Free Speech Blue. HEX triplet: 50, 51 and BF. RGB value is (80,81,191). Sum of RGB (Red+Green+Blue) = 80+81+191=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #5051BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5051BF is #AFAE40. Grayscale: #5C5C5C. Windows color (decimal): -11513409 or 12538192. OLE color: 12538192.

HSL color Cylindrical-coordinate representation of color #5051BF: hue angle of 239.46º 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 #5051BF is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8081191-
CMYK0.580.5800.25
HSL239.46º46.44%53.14%-
HSV(B)239.46º58.12%74.9%-
XYZ15.6511.3550.66-
YUV93.24183.17118.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 191 (75% from 255) = 54.26%
R=22.73%
G=23.01%
B=54.26%

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
Decimal80811910.580.5800.25239.4646.4453.14
Hex5051BF3A3A019ef2e35
Octal12012127772720313575665
Binary101000010100011011111111101011101001100111101111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5051BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5051BF; }

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

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

<style>
 a { background-color: #5051BF; }

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

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

<style>
 span { border-color: #5051BF; }

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

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