#5057BC

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

Shades of Free Speech Blue #5057BC

Tints of Free Speech Blue #5057BC

Color information

#5057BC (or 0x5057BC) is unknown color: approx Free Speech Blue. HEX triplet: 50, 57 and BC. RGB value is (80,87,188). Sum of RGB (Red+Green+Blue) = 80+87+188=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #5057BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5057BC is #AFA843. Grayscale: #606060. Windows color (decimal): -11511876 or 12343120. OLE color: 12343120.

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

Color convert

RGB8087188-
CMYK0.570.5400.26
HSL236.11º44.63%52.55%-
HSV(B)236.11º57.45%73.73%-
XYZ15.7912.1549.09-
YUV96.42179.68116.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 188 (73.83% from 255) = 52.96%
R=22.54%
G=24.51%
B=52.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal80871880.570.5400.26236.1144.6352.55
Hex5057BC393601Aec2d35
Octal12012727471660323545565
Binary101000010101111011110011100111011001101011101100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5057BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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