#505FBC

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

Shades of Free Speech Blue #505FBC

Tints of Free Speech Blue #505FBC

Color information

#505FBC (or 0x505FBC) is unknown color: approx Free Speech Blue. HEX triplet: 50, 5F and BC. RGB value is (80,95,188). Sum of RGB (Red+Green+Blue) = 80+95+188=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #505FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505FBC is #AFA043. Grayscale: #646464. Windows color (decimal): -11509828 or 12345168. OLE color: 12345168.

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

Color convert

RGB8095188-
CMYK0.570.4900.26
HSL231.67º44.63%52.55%-
HSV(B)231.67º57.45%73.73%-
XYZ16.4813.5249.32-
YUV101.12177.03112.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.04%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 188 (73.83% from 255) = 51.79%
R=22.04%
G=26.17%
B=51.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80951880.570.4900.26231.6744.6352.55
Hex505FBC393101Ae82d35
Octal12013727471610323505565
Binary101000010111111011110011100111000101101011101000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #505FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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