#514AD5

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

Shades of Free Speech Blue #514AD5

Tints of Free Speech Blue #514AD5

Color information

#514AD5 (or 0x514AD5) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4A and D5. RGB value is (81,74,213). Sum of RGB (Red+Green+Blue) = 81+74+213=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 74 (29.30% from 255 or 20.11% from 368); Blue value is 213 (83.59% from 255 or 57.88% from 368); Max value from RGB is 213 - color contains mainly: blue. Hex color #514AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514AD5 is #AEB52A. Grayscale: #5B5B5B. Windows color (decimal): -11449643 or 13978193. OLE color: 13978193.

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

Color convert

RGB8174213-
CMYK0.620.6500.16
HSL243.02º62.33%56.27%-
HSV(B)243.02º65.26%83.53%-
XYZ17.8511.4564.22-
YUV91.94196.32120.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.01%
GREEN value IS 74 (29.30% from 255) = 20.11%
BLUE value IS 213 (83.59% from 255) = 57.88%
R=22.01%
G=20.11%
B=57.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81742130.620.6500.16243.0262.3356.27
Hex514AD53E41010f33e38
Octal121112325761010203637670
Binary1010001100101011010101111110100000101000011110011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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