#514ED0

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

Shades of Free Speech Blue #514ED0

Tints of Free Speech Blue #514ED0

Color information

#514ED0 (or 0x514ED0) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4E and D0. RGB value is (81,78,208). Sum of RGB (Red+Green+Blue) = 81+78+208=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #514ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514ED0 is #AEB12F. Grayscale: #5D5D5D. Windows color (decimal): -11448624 or 13651537. OLE color: 13651537.

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

Color convert

RGB8178208-
CMYK0.610.6200.18
HSL241.38º58.04%56.08%-
HSV(B)241.38º62.5%81.57%-
XYZ17.511.7561.02-
YUV93.72192.49118.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.07%
GREEN value IS 78 (30.86% from 255) = 21.25%
BLUE value IS 208 (81.64% from 255) = 56.68%
R=22.07%
G=21.25%
B=56.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal81782080.610.6200.18241.3858.0456.08
Hex514ED03D3E012f13a38
Octal12111632075760223617270
Binary101000110011101101000011110111111001001011110001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514ED0; }

 p { color: rgb(81,78,208); }

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

<style>
 a { background-color: #514ED0; }

 a { background-color: rgb(81,78,208); }

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

<style>
 span { border-color: #514ED0; }

 span { border-color: rgb(81,78,208); }

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