#514EDB

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

Shades of Free Speech Blue #514EDB

Tints of Free Speech Blue #514EDB

Color information

#514EDB (or 0x514EDB) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4E and DB. RGB value is (81,78,219). Sum of RGB (Red+Green+Blue) = 81+78+219=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #514EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EDB is #AEB124. Grayscale: #5E5E5E. Windows color (decimal): -11448613 or 14372433. OLE color: 14372433.

HSL color Cylindrical-coordinate representation of color #514EDB: hue angle of 241.28º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #514EDB is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8178219-
CMYK0.630.6400.14
HSL241.28º66.2%58.24%-
HSV(B)241.28º64.38%85.88%-
XYZ18.912.3168.4-
YUV94.97197.99118.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.43%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 219 (85.94% from 255) = 57.94%
R=21.43%
G=20.63%
B=57.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal81782190.630.6400.14241.2866.258.24
Hex514EDB3F400Ef1423a
Octal1211163337710001636110272
Binary1010001100111011011011111111100000001110111100011000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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