Html Css Color HEX #504EC0 Free Speech Blue

📋 copy color: '#504EC0'

red 80 ◦ green 78 ◦ blue 192

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

Shades of Free Speech Blue #504EC0

Tints of Free Speech Blue #504EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 54.86%

R = 22.86%
G = 22.29%
B = 54.86%

CMYK

 C value IS 0.58

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#504EC0 (or 0x504EC0) is known color: Free Speech Blue. HEX triplet: 50, 4E and C0. RGB value is (80,78,192). Sum of RGB (Red+Green+Blue) = 80+78+192=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 192 (75.39% from 255 or 54.86% from 350); Max value from RGB is 192 - color contains mainly: blue. Hex color #504EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504EC0 is #AFB13F. Grayscale: #5B5B5B. Windows color (decimal): -11514176 or 12602960. OLE color: 12602960.

HSL color Cylindrical-coordinate representation of color #504EC0: hue angle of 241.05º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #504EC0 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 78 192 -
CMYK 0.58 0.59 0 0.25
HSL 241.05º 0.48% 0.53% -
HSV(B) 241.05º 0.59% 0.75% -
XYZ 15.55 10.96 51.17 -
YUV 91.59 184.66 119.73 -
System Red Green Blue C M Y K H S L
Decimal 80 78 192 0.58 0.59 0 0.25 241.05 0.48 0.53
Hex 50 4E C0 3A 3B 0 19 F1 30 35
Octal 120 116 300 72 73 0 31 361 60 65
Binary 1010000 1001110 11000000 111010 111011 0 11001 11110001 110000 110101

Color Harmonies of #504EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504EC0

Black with #504EC0

Text Example


Text Example

White with #504EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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