Html Css Color HEX #516AC1 Free Speech Blue

📋 copy color: '#516AC1'

red 81 ◦ green 106 ◦ blue 193

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

Shades of Free Speech Blue #516AC1

Tints of Free Speech Blue #516AC1

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.89%

 BLUE value IS 193 (75.78% from 255) = 50.79%

R = 21.32%
G = 27.89%
B = 50.79%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#516AC1 (or 0x516AC1) is known color: Free Speech Blue. HEX triplet: 51, 6A and C1. RGB value is (81,106,193). Sum of RGB (Red+Green+Blue) = 81+106+193=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #516AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #516AC1 is #AE953E. Grayscale: #6C6C6C. Windows color (decimal): -11441471 or 12675665. OLE color: 12675665.

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

Color convert

RGB 81 106 193 -
CMYK 0.58 0.45 0 0.24
HSL 226.61º 0.47% 0.54% -
HSV(B) 226.61º 0.58% 0.76% -
XYZ 18.17 15.91 52.56 -
YUV 108.44 175.72 108.43 -
System Red Green Blue C M Y K H S L
Decimal 81 106 193 0.58 0.45 0 0.24 226.61 0.47 0.54
Hex 51 6A C1 3A 2D 0 18 E3 2F 36
Octal 121 152 301 72 55 0 30 343 57 66
Binary 1010001 1101010 11000001 111010 101101 0 11000 11100011 101111 110110

Color Harmonies of #516AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516AC1

Black with #516AC1

Text Example


Text Example

White with #516AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #516AC1;
 }
 .AnyTagClassName
 {
   color: #516AC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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