#514DD5

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

Shades of Free Speech Blue #514DD5

Tints of Free Speech Blue #514DD5

Color information

#514DD5 (or 0x514DD5) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4D and D5. RGB value is (81,77,213). Sum of RGB (Red+Green+Blue) = 81+77+213=371 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.83% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 213 (83.59% from 255 or 57.41% from 371); Max value from RGB is 213 - color contains mainly: blue. Hex color #514DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DD5 is #AEB22A. Grayscale: #5D5D5D. Windows color (decimal): -11448875 or 13978961. OLE color: 13978961.

HSL color Cylindrical-coordinate representation of color #514DD5: hue angle of 241.76º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #514DD5 is Cyan = 0.62, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8177213-
CMYK0.620.6400.16
HSL241.76º61.82%56.86%-
HSV(B)241.76º63.85%83.53%-
XYZ18.0611.8664.29-
YUV93.7195.33118.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.83%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 213 (83.59% from 255) = 57.41%
R=21.83%
G=20.75%
B=57.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81772130.620.6400.16241.7661.8256.86
Hex514DD53E40010f23e39
Octal121115325761000203627671
Binary1010001100110111010101111110100000001000011110010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,77,213); }

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

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

 a { background-color: rgb(81,77,213); }

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

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

 span { border-color: rgb(81,77,213); }

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