#5060BA

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

Shades of Free Speech Blue #5060BA

Tints of Free Speech Blue #5060BA

Color information

#5060BA (or 0x5060BA) is unknown color: approx Free Speech Blue. HEX triplet: 50, 60 and BA. RGB value is (80,96,186). Sum of RGB (Red+Green+Blue) = 80+96+186=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #5060BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5060BA is #AF9F45. Grayscale: #656565. Windows color (decimal): -11509574 or 12214352. OLE color: 12214352.

HSL color Cylindrical-coordinate representation of color #5060BA: hue angle of 230.94º degrees, saturation: 0.43, 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 #5060BA is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8096186-
CMYK0.570.4800.27
HSL230.94º43.44%52.16%-
HSV(B)230.94º56.99%72.94%-
XYZ16.3513.6248.22-
YUV101.48175.7112.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 96 (37.89% from 255) = 26.52%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=22.10%
G=26.52%
B=51.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80961860.570.4800.27230.9443.4452.16
Hex5060BA393001Be72b34
Octal12014027271600333475364
Binary101000011000001011101011100111000001101111100111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5060BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5060BA; }

 p { color: rgb(80,96,186); }

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

<style>
 a { background-color: #5060BA; }

 a { background-color: rgb(80,96,186); }

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

<style>
 span { border-color: #5060BA; }

 span { border-color: rgb(80,96,186); }

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