Html Css Color HEX #505EBE Free Speech Blue

📋 copy color: '#505EBE'

red 80 ◦ green 94 ◦ blue 190

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

Shades of Free Speech Blue #505EBE

Tints of Free Speech Blue #505EBE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.82%

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 21.98%
G = 25.82%
B = 52.2%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#505EBE (or 0x505EBE) is known color: Free Speech Blue. HEX triplet: 50, 5E and BE. RGB value is (80,94,190). Sum of RGB (Red+Green+Blue) = 80+94+190=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #505EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505EBE is #AFA141. Grayscale: #646464. Windows color (decimal): -11510082 or 12475984. OLE color: 12475984.

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

Color convert

RGB 80 94 190 -
CMYK 0.58 0.51 0 0.25
HSL 232.36º 0.46% 0.53% -
HSV(B) 232.36º 0.58% 0.75% -
XYZ 16.61 13.43 50.43 -
YUV 100.76 178.36 113.19 -
System Red Green Blue C M Y K H S L
Decimal 80 94 190 0.58 0.51 0 0.25 232.36 0.46 0.53
Hex 50 5E BE 3A 33 0 19 E8 2E 35
Octal 120 136 276 72 63 0 31 350 56 65
Binary 1010000 1011110 10111110 111010 110011 0 11001 11101000 101110 110101

Color Harmonies of #505EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505EBE

Black with #505EBE

Text Example


Text Example

White with #505EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505EBE; }

 p { color: rgb(80,94,190); }

 H1.HeaderClassName
 {
   color: #505EBE;
 }
 .AnyTagClassName
 {
   color: #505EBE;
 }
</style>

background-color css

<style>
 a { background-color: #505EBE; }

 a { background-color: rgb(80,94,190); }

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

border-color css

<style>
 span { border-color: #505EBE; }

 span { border-color: rgb(80,94,190); }

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