#514FD0

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

Shades of Free Speech Blue #514FD0

Tints of Free Speech Blue #514FD0

Color information

#514FD0 (or 0x514FD0) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4F and D0. RGB value is (81,79,208). Sum of RGB (Red+Green+Blue) = 81+79+208=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 79 (31.25% from 255 or 21.47% from 368); Blue value is 208 (81.64% from 255 or 56.52% from 368); Max value from RGB is 208 - color contains mainly: blue. Hex color #514FD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514FD0 is #AEB02F. Grayscale: #5D5D5D. Windows color (decimal): -11448368 or 13651793. OLE color: 13651793.

HSL color Cylindrical-coordinate representation of color #514FD0: hue angle of 240.93º 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 #514FD0 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB8179208-
CMYK0.610.6200.18
HSL240.93º57.85%56.27%-
HSV(B)240.93º62.02%81.57%-
XYZ17.5711.961.04-
YUV94.3192.16118.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 79 (31.25% from 255) = 21.47%
BLUE value IS 208 (81.64% from 255) = 56.52%
R=22.01%
G=21.47%
B=56.52%

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
Decimal81792080.610.6200.18240.9357.8556.27
Hex514FD03D3E012f13a38
Octal12111732075760223617270
Binary101000110011111101000011110111111001001011110001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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