#505FBA

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

Shades of Free Speech Blue #505FBA

Tints of Free Speech Blue #505FBA

Color information

#505FBA (or 0x505FBA) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5F and BA. RGB value is (80,95,186). Sum of RGB (Red+Green+Blue) = 80+95+186=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #505FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505FBA is #AFA045. Grayscale: #646464. Windows color (decimal): -11509830 or 12214096. OLE color: 12214096.

HSL color Cylindrical-coordinate representation of color #505FBA: hue angle of 231.51º 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 #505FBA is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8095186-
CMYK0.570.4900.27
HSL231.51º43.44%52.16%-
HSV(B)231.51º56.99%72.94%-
XYZ16.2613.4448.19-
YUV100.89176.03113.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.16%
GREEN value IS 95 (37.5% from 255) = 26.32%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=22.16%
G=26.32%
B=51.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80951860.570.4900.27231.5143.4452.16
Hex505FBA393101Be82b34
Octal12013727271610333505364
Binary101000010111111011101011100111000101101111101000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #505FBA; }

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

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

<style>
 a { background-color: #505FBA; }

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

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

<style>
 span { border-color: #505FBA; }

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

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