#5067BF

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

Shades of Free Speech Blue #5067BF

Tints of Free Speech Blue #5067BF

Color information

#5067BF (or 0x5067BF) is unknown color: approx Free Speech Blue. HEX triplet: 50, 67 and BF. RGB value is (80,103,191). Sum of RGB (Red+Green+Blue) = 80+103+191=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #5067BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5067BF is #AF9840. Grayscale: #696969. Windows color (decimal): -11507777 or 12543824. OLE color: 12543824.

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

Color convert

RGB80103191-
CMYK0.580.4600.25
HSL227.57º46.44%53.14%-
HSV(B)227.57º58.12%74.9%-
XYZ17.5615.1751.29-
YUV106.16175.88109.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 103 (40.62% from 255) = 27.54%
BLUE value IS 191 (75% from 255) = 51.07%
R=21.39%
G=27.54%
B=51.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801031910.580.4600.25227.5746.4453.14
Hex5067BF3A2E019e42e35
Octal12014727772560313445665
Binary101000011001111011111111101010111001100111100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5067BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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