Html Css Color HEX #514DC4 Free Speech Blue

📋 copy color: '#514DC4'

red 81 ◦ green 77 ◦ blue 196

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

Shades of Free Speech Blue #514DC4

Tints of Free Speech Blue #514DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 55.37%

R = 22.88%
G = 21.75%
B = 55.37%

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

#514DC4 (or 0x514DC4) is known color: Free Speech Blue. HEX triplet: 51, 4D and C4. RGB value is (81,77,196). Sum of RGB (Red+Green+Blue) = 81+77+196=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 196 (76.95% from 255 or 55.37% from 354); Max value from RGB is 196 - color contains mainly: blue. Hex color #514DC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #514DC4 is #AEB23B. Grayscale: #5B5B5B. Windows color (decimal): -11448892 or 12864849. OLE color: 12864849.

HSL color Cylindrical-coordinate representation of color #514DC4: hue angle of 242.02º degrees, saturation: 0.5, 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 #514DC4 is Cyan = 0.59, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 81 77 196 -
CMYK 0.59 0.61 0 0.23
HSL 242.02º 0.5% 0.54% -
HSV(B) 242.02º 0.61% 0.77% -
XYZ 16.01 11.04 53.51 -
YUV 91.76 186.83 120.32 -
System Red Green Blue C M Y K H S L
Decimal 81 77 196 0.59 0.61 0 0.23 242.02 0.5 0.54
Hex 51 4D C4 3B 3D 0 17 F2 32 36
Octal 121 115 304 73 75 0 27 362 62 66
Binary 1010001 1001101 11000100 111011 111101 0 10111 11110010 110010 110110

Color Harmonies of #514DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514DC4

Black with #514DC4

Text Example


Text Example

White with #514DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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