#5057CC

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

Shades of Free Speech Blue #5057CC

Tints of Free Speech Blue #5057CC

Color information

#5057CC (or 0x5057CC) is unknown color: approx Free Speech Blue. HEX triplet: 50, 57 and CC. RGB value is (80,87,204). Sum of RGB (Red+Green+Blue) = 80+87+204=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #5057CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5057CC is #AFA833. Grayscale: #616161. Windows color (decimal): -11511860 or 13391696. OLE color: 13391696.

HSL color Cylindrical-coordinate representation of color #5057CC: hue angle of 236.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5057CC is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8087204-
CMYK0.610.5700.2
HSL236.61º54.87%55.69%-
HSV(B)236.61º60.78%80%-
XYZ17.6212.8858.68-
YUV98.24187.68114.99-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 204 (80.08% from 255) = 54.99%
R=21.56%
G=23.45%
B=54.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal80872040.610.5700.2236.6154.8755.69
Hex5057CC3D39014ed3738
Octal12012731475710243556770
Binary101000010101111100110011110111100101010011101101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5057CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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