Html Css Color HEX #504ED5 Free Speech Blue

📋 copy color: '#504ED5'

red 80 ◦ green 78 ◦ blue 213

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

Shades of Free Speech Blue #504ED5

Tints of Free Speech Blue #504ED5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.02%

 BLUE value IS 213 (83.59% from 255) = 57.41%

R = 21.56%
G = 21.02%
B = 57.41%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#504ED5 (or 0x504ED5) is known color: Free Speech Blue. HEX triplet: 50, 4E and D5. RGB value is (80,78,213). Sum of RGB (Red+Green+Blue) = 80+78+213=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 213 (83.59% from 255 or 57.41% from 371); Max value from RGB is 213 - color contains mainly: blue. Hex color #504ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504ED5 is #AFB12A. Grayscale: #5D5D5D. Windows color (decimal): -11514155 or 13979216. OLE color: 13979216.

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

Color convert

RGB 80 78 213 -
CMYK 0.62 0.63 0 0.16
HSL 240.89º 0.62% 0.57% -
HSV(B) 240.89º 0.63% 0.84% -
XYZ 18.04 11.96 64.31 -
YUV 93.99 195.16 118.02 -
System Red Green Blue C M Y K H S L
Decimal 80 78 213 0.62 0.63 0 0.16 240.89 0.62 0.57
Hex 50 4E D5 3E 3F 0 10 F1 3E 39
Octal 120 116 325 76 77 0 20 361 76 71
Binary 1010000 1001110 11010101 111110 111111 0 10000 11110001 111110 111001

Color Harmonies of #504ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504ED5

Black with #504ED5

Text Example


Text Example

White with #504ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504ED5; }

 p { color: rgb(80,78,213); }

 H1.HeaderClassName
 {
   color: #504ED5;
 }
 .AnyTagClassName
 {
   color: #504ED5;
 }
</style>

background-color css

<style>
 a { background-color: #504ED5; }

 a { background-color: rgb(80,78,213); }

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

border-color css

<style>
 span { border-color: #504ED5; }

 span { border-color: rgb(80,78,213); }

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