#5041D1

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

Shades of Free Speech Blue #5041D1

Tints of Free Speech Blue #5041D1

Color information

#5041D1 (or 0x5041D1) is unknown color: approx Free Speech Blue. HEX triplet: 50, 41 and D1. RGB value is (80,65,209). Sum of RGB (Red+Green+Blue) = 80+65+209=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 209 (82.03% from 255 or 59.04% from 354); Max value from RGB is 209 - color contains mainly: blue. Hex color #5041D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5041D1 is #AFBE2E. Grayscale: #555555. Windows color (decimal): -11517487 or 13713744. OLE color: 13713744.

HSL color Cylindrical-coordinate representation of color #5041D1: hue angle of 246.25º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5041D1 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8065209-
CMYK0.620.6900.18
HSL246.25º61.02%53.73%-
HSV(B)246.25º68.9%81.96%-
XYZ16.7110.0961.39-
YUV85.9197.47123.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.60%
GREEN value IS 65 (25.78% from 255) = 18.36%
BLUE value IS 209 (82.03% from 255) = 59.04%
R=22.60%
G=18.36%
B=59.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal80652090.620.6900.18246.2561.0253.73
Hex5041D13E45012f63d36
Octal120101321761050223667566
Binary1010000100000111010001111110100010101001011110110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5041D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5041D1; }

 p { color: rgb(80,65,209); }

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

<style>
 a { background-color: #5041D1; }

 a { background-color: rgb(80,65,209); }

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

<style>
 span { border-color: #5041D1; }

 span { border-color: rgb(80,65,209); }

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