#5041D0

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

Shades of Free Speech Blue #5041D0

Tints of Free Speech Blue #5041D0

Color information

#5041D0 (or 0x5041D0) is unknown color: approx Free Speech Blue. HEX triplet: 50, 41 and D0. RGB value is (80,65,208). Sum of RGB (Red+Green+Blue) = 80+65+208=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #5041D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5041D0 is #AFBE2F. Grayscale: #555555. Windows color (decimal): -11517488 or 13648208. OLE color: 13648208.

HSL color Cylindrical-coordinate representation of color #5041D0: hue angle of 246.29º degrees, saturation: 0.6, 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 #5041D0 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8065208-
CMYK0.620.6900.18
HSL246.29º60.34%53.53%-
HSV(B)246.29º68.75%81.57%-
XYZ16.5810.0460.74-
YUV85.79196.97123.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 208 (81.64% from 255) = 58.92%
R=22.66%
G=18.41%
B=58.92%

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
Decimal80652080.620.6900.18246.2960.3453.53
Hex5041D03E45012f63c36
Octal120101320761050223667466
Binary1010000100000111010000111110100010101001011110110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5041D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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