#5053DF

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

Shades of Free Speech Blue #5053DF

Tints of Free Speech Blue #5053DF

Color information

#5053DF (or 0x5053DF) is unknown color: approx Free Speech Blue. HEX triplet: 50, 53 and DF. RGB value is (80,83,223). Sum of RGB (Red+Green+Blue) = 80+83+223=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #5053DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5053DF is #AFAC20. Grayscale: #616161. Windows color (decimal): -11512865 or 14635856. OLE color: 14635856.

HSL color Cylindrical-coordinate representation of color #5053DF: hue angle of 238.74º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5053DF is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB8083223-
CMYK0.640.6300.13
HSL238.74º69.08%59.41%-
HSV(B)238.74º64.13%87.45%-
XYZ19.7213.2271.32-
YUV98.06198.51115.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.73%
GREEN value IS 83 (32.81% from 255) = 21.50%
BLUE value IS 223 (87.5% from 255) = 57.77%
R=20.73%
G=21.50%
B=57.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80832230.640.6300.13238.7469.0859.41
Hex5053DF403F0Def453b
Octal1201233371007701535710573
Binary1010000101001111011111100000011111101101111011111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5053DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5053DF; }

 p { color: rgb(80,83,223); }

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

<style>
 a { background-color: #5053DF; }

 a { background-color: rgb(80,83,223); }

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

<style>
 span { border-color: #5053DF; }

 span { border-color: rgb(80,83,223); }

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