#5066BF

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

Shades of Free Speech Blue #5066BF

Tints of Free Speech Blue #5066BF

Color information

#5066BF (or 0x5066BF) is unknown color: approx Free Speech Blue. HEX triplet: 50, 66 and BF. RGB value is (80,102,191). Sum of RGB (Red+Green+Blue) = 80+102+191=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #5066BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5066BF is #AF9940. Grayscale: #696969. Windows color (decimal): -11508033 or 12543568. OLE color: 12543568.

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

Color convert

RGB80102191-
CMYK0.580.4700.25
HSL228.11º46.44%53.14%-
HSV(B)228.11º58.12%74.9%-
XYZ17.4614.9751.26-
YUV105.57176.21109.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.45%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 191 (75% from 255) = 51.21%
R=21.45%
G=27.35%
B=51.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal801021910.580.4700.25228.1146.4453.14
Hex5066BF3A2F019e42e35
Octal12014627772570313445665
Binary101000011001101011111111101010111101100111100100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5066BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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