Html Css Color HEX #514AC1 Free Speech Blue

📋 copy color: '#514AC1'

red 81 ◦ green 74 ◦ blue 193

#514AC1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #514AC1

Tints of Free Speech Blue #514AC1

RGB

 RED value IS 81 (32.03% from 255) = 23.28%

 GREEN value IS 74 (29.3% 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 value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#514AC1 (or 0x514AC1) is known color: 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

RGB 81 74 193 -
CMYK 0.58 0.62 0 0.24
HSL 243.53º 0.49% 0.52% -
HSV(B) 243.53º 0.62% 0.76% -
XYZ 15.47 10.5 51.66 -
YUV 89.66 186.32 121.82 -
System Red Green Blue C M Y K H S L
Decimal 81 74 193 0.58 0.62 0 0.24 243.53 0.49 0.52
Hex 51 4A C1 3A 3E 0 18 F4 31 34
Octal 121 112 301 72 76 0 30 364 61 64
Binary 1010001 1001010 11000001 111010 111110 0 11000 11110100 110001 110100

Color Harmonies of #514AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514AC1

Black with #514AC1

Text Example


Text Example

White with #514AC1

Text Example


Text Example

HTML Codes & Css Web 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>