Html Css Color HEX #514DC5 Free Speech Blue

📋 copy color: '#514DC5'

red 81 ◦ green 77 ◦ blue 197

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

Shades of Free Speech Blue #514DC5

Tints of Free Speech Blue #514DC5

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.69%

 BLUE value IS 197 (77.34% from 255) = 55.49%

R = 22.82%
G = 21.69%
B = 55.49%

CMYK

 C value IS 0.59

 M value IS 0.61

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#514DC5 (or 0x514DC5) is known color: Free Speech Blue. HEX triplet: 51, 4D and C5. RGB value is (81,77,197). Sum of RGB (Red+Green+Blue) = 81+77+197=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 77 (30.47% from 255 or 21.69% from 355); Blue value is 197 (77.34% from 255 or 55.49% from 355); Max value from RGB is 197 - color contains mainly: blue. Hex color #514DC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DC5 is #AEB23A. Grayscale: #5B5B5B. Windows color (decimal): -11448891 or 12930385. OLE color: 12930385.

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

Color convert

RGB 81 77 197 -
CMYK 0.59 0.61 0 0.23
HSL 242º 0.51% 0.54% -
HSV(B) 242º 0.61% 0.77% -
XYZ 16.13 11.09 54.11 -
YUV 91.88 187.33 120.24 -
System Red Green Blue C M Y K H S L
Decimal 81 77 197 0.59 0.61 0 0.23 242 0.51 0.54
Hex 51 4D C5 3B 3D 0 17 F2 33 36
Octal 121 115 305 73 75 0 27 362 63 66
Binary 1010001 1001101 11000101 111011 111101 0 10111 11110010 110011 110110

Color Harmonies of #514DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DC5

Black with #514DC5

Text Example


Text Example

White with #514DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,77,197); }

 H1.HeaderClassName
 {
   color: #514DC5;
 }
 .AnyTagClassName
 {
   color: #514DC5;
 }
</style>

background-color css

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

 a { background-color: rgb(81,77,197); }

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

border-color css

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

 span { border-color: rgb(81,77,197); }

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