Html Css Color HEX #5051D6 Free Speech Blue

📋 copy color: '#5051D6'

red 80 ◦ green 81 ◦ blue 214

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

Shades of Free Speech Blue #5051D6

Tints of Free Speech Blue #5051D6

RGB

 RED value IS 80 (31.64% from 255) = 21.33%

 GREEN value IS 81 (32.03% from 255) = 21.6%

 BLUE value IS 214 (83.98% from 255) = 57.07%

R = 21.33%
G = 21.6%
B = 57.07%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5051D6 (or 0x5051D6) is known color: Free Speech Blue. HEX triplet: 50, 51 and D6. RGB value is (80,81,214). Sum of RGB (Red+Green+Blue) = 80+81+214=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 81 (32.03% from 255 or 21.6% from 375); Blue value is 214 (83.98% from 255 or 57.07% from 375); Max value from RGB is 214 - color contains mainly: blue. Hex color #5051D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5051D6 is #AFAE29. Grayscale: #5F5F5F. Windows color (decimal): -11513386 or 14045520. OLE color: 14045520.

HSL color Cylindrical-coordinate representation of color #5051D6: hue angle of 239.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5051D6 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 81 214 -
CMYK 0.63 0.62 0 0.16
HSL 239.55º 0.62% 0.58% -
HSV(B) 239.55º 0.63% 0.84% -
XYZ 18.39 12.45 65.05 -
YUV 95.86 194.67 116.69 -
System Red Green Blue C M Y K H S L
Decimal 80 81 214 0.63 0.62 0 0.16 239.55 0.62 0.58
Hex 50 51 D6 3F 3E 0 10 F0 3E 3A
Octal 120 121 326 77 76 0 20 360 76 72
Binary 1010000 1010001 11010110 111111 111110 0 10000 11110000 111110 111010

Color Harmonies of #5051D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5051D6

Black with #5051D6

Text Example


Text Example

White with #5051D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5051D6; }

 p { color: rgb(80,81,214); }

 H1.HeaderClassName
 {
   color: #5051D6;
 }
 .AnyTagClassName
 {
   color: #5051D6;
 }
</style>

background-color css

<style>
 a { background-color: #5051D6; }

 a { background-color: rgb(80,81,214); }

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

border-color css

<style>
 span { border-color: #5051D6; }

 span { border-color: rgb(80,81,214); }

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