#5067BB

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

Shades of Free Speech Blue #5067BB

Tints of Free Speech Blue #5067BB

Color information

#5067BB (or 0x5067BB) is unknown color: approx Free Speech Blue. HEX triplet: 50, 67 and BB. RGB value is (80,103,187). Sum of RGB (Red+Green+Blue) = 80+103+187=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #5067BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5067BB is #AF9844. Grayscale: #696969. Windows color (decimal): -11507781 or 12281680. OLE color: 12281680.

HSL color Cylindrical-coordinate representation of color #5067BB: hue angle of 227.1º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5067BB is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB80103187-
CMYK0.570.4500.27
HSL227.1º44.03%52.35%-
HSV(B)227.1º57.22%73.33%-
XYZ17.1314.9949.01-
YUV105.7173.88109.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 187 (73.44% from 255) = 50.54%
R=21.62%
G=27.84%
B=50.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801031870.570.4500.27227.144.0352.35
Hex5067BB392D01Be32c34
Octal12014727371550333435464
Binary101000011001111011101111100110110101101111100011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5067BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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