#5067BC

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

Shades of Free Speech Blue #5067BC

Tints of Free Speech Blue #5067BC

Color information

#5067BC (or 0x5067BC) is unknown color: approx Free Speech Blue. HEX triplet: 50, 67 and BC. RGB value is (80,103,188). Sum of RGB (Red+Green+Blue) = 80+103+188=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #5067BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5067BC is #AF9843. Grayscale: #696969. Windows color (decimal): -11507780 or 12347216. OLE color: 12347216.

HSL color Cylindrical-coordinate representation of color #5067BC: hue angle of 227.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5067BC is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB80103188-
CMYK0.570.4500.26
HSL227.22º44.63%52.55%-
HSV(B)227.22º57.45%73.73%-
XYZ17.2415.0449.57-
YUV105.81174.38109.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=21.56%
G=27.76%
B=50.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801031880.570.4500.26227.2244.6352.55
Hex5067BC392D01Ae32d35
Octal12014727471550323435565
Binary101000011001111011110011100110110101101011100011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5067BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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