#514EC4

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

Shades of Free Speech Blue #514EC4

Tints of Free Speech Blue #514EC4

Color information

#514EC4 (or 0x514EC4) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4E and C4. RGB value is (81,78,196). Sum of RGB (Red+Green+Blue) = 81+78+196=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 196 (76.95% from 255 or 55.21% from 355); Max value from RGB is 196 - color contains mainly: blue. Hex color #514EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514EC4 is #AEB13B. Grayscale: #5B5B5B. Windows color (decimal): -11448636 or 12865105. OLE color: 12865105.

HSL color Cylindrical-coordinate representation of color #514EC4: hue angle of 241.53º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #514EC4 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8178196-
CMYK0.590.6000.23
HSL241.53º50%53.73%-
HSV(B)241.53º60.2%76.86%-
XYZ16.0811.1853.54-
YUV92.35186.49119.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 196 (76.95% from 255) = 55.21%
R=22.82%
G=21.97%
B=55.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81781960.590.6000.23241.535053.73
Hex514EC43B3C017f23236
Octal12111630473740273626266
Binary101000110011101100010011101111110001011111110010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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