#514AC1

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

Shades of Free Speech Blue #514AC1

Tints of Free Speech Blue #514AC1

Color information

#514AC1 (or 0x514AC1) is unknown color: approx Free Speech Blue. HEX triplet: 51, 4A and C1. RGB value is (81,74,193). Sum of RGB (Red+Green+Blue) = 81+74+193=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 193 (75.78% from 255 or 55.46% from 348); Max value from RGB is 193 - color contains mainly: blue. Hex color #514AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514AC1 is #AEB53E. Grayscale: #595959. Windows color (decimal): -11449663 or 12667473. OLE color: 12667473.

HSL color Cylindrical-coordinate representation of color #514AC1: hue angle of 243.53º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #514AC1 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8174193-
CMYK0.580.6200.24
HSL243.53º48.97%52.35%-
HSV(B)243.53º61.66%75.69%-
XYZ15.4710.551.66-
YUV89.66186.32121.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.28%
GREEN value IS 74 (29.30% from 255) = 21.26%
BLUE value IS 193 (75.78% from 255) = 55.46%
R=23.28%
G=21.26%
B=55.46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal81741930.580.6200.24243.5348.9752.35
Hex514AC13A3E018f43134
Octal12111230172760303646164
Binary101000110010101100000111101011111001100011110100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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